/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { in linkPhase1() 70 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self, in linkPhase2() 134 void JITLinkerBase::linkPhase3(std::unique_ptr<JITLinkerBase> Self, in linkPhase3() 189 void JITLinkerBase::linkPhase4(std::unique_ptr<JITLinkerBase> Self, in linkPhase4() 271 void JITLinkerBase::abandonAllocAndBailOut(std::unique_ptr<JITLinkerBase> Self, in abandonAllocAndBailOut()
|
H A D | ELF_loongarch.cpp | 82 using Self = ELFLinkGraphBuilder_loongarch<ELFT>; in addRelocations() typedef
|
H A D | ELF_i386.cpp | 145 using Self = ELFLinkGraphBuilder_i386; in addRelocations() typedef
|
H A D | ELF_aarch32.cpp | 149 using Self = ELFLinkGraphBuilder_aarch32<DataEndianness>; in addRelocations() typedef
|
H A D | ELF_x86_64.cpp | 110 using Self = ELFLinkGraphBuilder_x86_64; in addRelocations() typedef
|
H A D | ELF_ppc64.cpp | 208 using Self = ELFLinkGraphBuilder_ppc64<Endianness>; in addRelocations() typedef
|
H A D | ELF_aarch64.cpp | 142 using Self = ELFLinkGraphBuilder_aarch64<ELFT>; addRelocations() typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 86 Sema &Self; global() member 662 CastsAwayConstness(Sema & Self,QualType SrcType,QualType DestType,bool CheckCVR,bool CheckObjCLifetime,QualType * TheOffendingSrcType=nullptr,QualType * TheOffendingDestType=nullptr,Qualifiers * CastAwayQualifiers=nullptr) CastsAwayConstness() argument 989 DiagnoseReinterpretUpDownCast(Sema & Self,const Expr * SrcExpr,QualType DestType,SourceRange OpRange) DiagnoseReinterpretUpDownCast() argument 1094 checkCastFunctionType(Sema & Self,const ExprResult & SrcExpr,QualType DestType) checkCastFunctionType() argument 1307 TryStaticCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,Sema::CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath,bool ListInitialization) TryStaticCast() argument 1519 TryLValueToRValueCast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,CastKind & Kind,CXXCastPath & BasePath,unsigned & msg) TryLValueToRValueCast() argument 1574 TryStaticReferenceDowncast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticReferenceDowncast() argument 1612 TryStaticPointerDowncast(Sema & Self,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticPointerDowncast() argument 1646 TryStaticDowncast(Sema & Self,CanQualType SrcType,CanQualType DestType,bool CStyle,SourceRange OpRange,QualType OrigSrcType,QualType OrigDestType,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticDowncast() argument 1758 TryStaticMemberPointerUpcast(Sema & Self,ExprResult & SrcExpr,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticMemberPointerUpcast() argument 1876 TryStaticImplicitCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,Sema::CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,bool ListInitialization) TryStaticImplicitCast() argument 1931 TryConstCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg) TryConstCast() argument 2084 DiagnoseCastOfObjCSEL(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastOfObjCSEL() argument 2103 DiagnoseCallingConvCast(Sema & Self,const ExprResult & SrcExpr,QualType DstType,SourceRange OpRange) DiagnoseCallingConvCast() argument 2193 checkIntToPointerCast(bool CStyle,const SourceRange & OpRange,const Expr * SrcExpr,QualType DestType,Sema & Self) checkIntToPointerCast() argument 2217 fixOverloadedReinterpretCastExpr(Sema & Self,QualType DestType,ExprResult & Result) fixOverloadedReinterpretCastExpr() argument 2245 TryReinterpretCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind) TryReinterpretCast() argument 2598 TryAddressSpaceCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg,CastKind & Kind) TryAddressSpaceCast() argument 2874 DiagnoseBadFunctionCast(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseBadFunctionCast() argument 3295 DiagnoseCastQual(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastQual() argument [all...] |
H A D | SemaExceptionSpec.cpp | 1004 canSubStmtsThrow(Sema & Self,const Stmt * S) canSubStmtsThrow() argument 1071 canVarDeclThrow(Sema & Self,const VarDecl * VD) canVarDeclThrow() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 112 ContinuousRangeMap &Self; variable 115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | InheritViz.cpp | 137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 324 Parser &Self; global() member 1136 Parser *Self; global() variable 1146 Self(Self) Self() argument 1174 Parser &Self; global() variable 1180 MultiParseScope(Parser & Self) MultiParseScope() argument 1334 Parser *Self; global() member 1355 Parser *Self = nullptr; global() variable 1385 Parser *Self; global() member 1423 Parser *Self; global() member 1449 Parser *Self; global() member [all...] |
H A D | RAIIObjectsForParser.h | 405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 95 const CGDebugInfo &Self; global() variable 98 PrintingCallbacks(const CGDebugInfo & Self) PrintingCallbacks() argument
|
H A D | ModuleBuilder.cpp | 47 CodeGeneratorImpl &Self; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 436 PreprocessingRecord *Self; variable 438 iterator(PreprocessingRecord *Self, int Position) in iterator() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 1135 UnannotatedTentativeParsingAction(Parser & Self,tok::TokenKind EndKind) UnannotatedTentativeParsingAction() argument 1162 Parser &Self; global() member in Parser::UnannotatedTentativeParsingAction [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 411 ASTUnit &Self; variable 414 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 170 Self, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CFG.h | 150 using Self = SuccIterator<InstructionT, BlockT>; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 424 static void registerCxaAtExitHelper(void *Self, void (*F)(void *), void *Ctx, in registerCxaAtExitHelper() argument 434 static void registerAtExitHelper(void *Self, void *DSOHandle, void (*F)()) { in registerAtExitHelper() argument 443 static void runAtExitsHelper(void *Self, void *DSOHandle) { in runAtExitsHelper() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 163 CanonicalizerAllocator &Self; member
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilFuchsia.cpp | 280 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
|