Searched defs:Rep (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h703 void UpdateDeclRep(Decl *Rep) { argument
707 void UpdateTypeRep(ParsedType Rep) { argument
711 UpdateExprRep(Expr *Rep) argument
[all...]
H A DScopeInfo.h330 llvm::PointerIntPair<const Expr *, 1, bool> Rep; member in class:clang::sema::FunctionScopeInfo::WeakUseTy
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp702 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep, const PrintingPolicy &Policy) argument
710 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep, const PrintingPolicy &Policy) argument
733 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep, const PrintingPolicy &Policy) argument
755 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
763 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
787 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, TemplateIdAnnotation *Rep, const PrintingPolicy &Policy) argument
[all...]
H A DSemaExprMember.cpp196 diagnoseInstanceReference(Sema &SemaRef, const CXXScopeSpec &SS, NamedDecl *Rep, const DeclarationNameInfo &nameInfo) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1386 Value *Rep = Builder.CreateCall(Intrin, local
1795 Value *Rep; local
1415 upgradeAVX512MaskToSelect(StringRef Name, IRBuilder<> &Builder, CallInst &CI, Value *&Rep) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp642 GepNode *Rep = F->second; local
H A DHexagonISelLowering.cpp2564 unsigned Rep = 8 / VecTy.getVectorNumElements(); local
H A DHexagonISelLoweringHVX.cpp833 unsigned Rep = VecTy.getVectorNumElements() / ResLen; local
834 assert(isPowerOf2_32(Rep) && HwLen % Rep == 0); local
853 unsigned Rep = 8 / ResLen; local

Completed in 182 milliseconds