/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { in linkPhase1() argument 62 linkPhase2(std::unique_ptr<JITLinkerBase> Self,AllocResult AR) linkPhase2() argument 126 linkPhase3(std::unique_ptr<JITLinkerBase> Self,Expected<AsyncLookupResult> LR) linkPhase3() argument 175 linkPhase4(std::unique_ptr<JITLinkerBase> Self,FinalizeResult FR) linkPhase4() argument 257 abandonAllocAndBailOut(std::unique_ptr<JITLinkerBase> Self,Error Err) abandonAllocAndBailOut() argument [all...] |
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 | 140 using Self = ELFLinkGraphBuilder_ppc64<Endianness>; addRelocations() typedef
|
H A D | ELF_aarch64.cpp | 147 using Self = ELFLinkGraphBuilder_aarch64<ELFT>; in addRelocations() typedef
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 88 Sema &Self; member 670 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 997 static void DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, in DiagnoseReinterpretUpDownCast() 1103 static unsigned int checkCastFunctionType(Sema &Self, const ExprResult &SrcExpr, in checkCastFunctionType() 1316 static TryCastResult TryStaticCast(Sema &Self, ExprResult &SrcExpr, in TryStaticCast() 1527 TryCastResult TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, in TryLValueToRValueCast() 1582 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast() 1620 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1654 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() 1766 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast() [all …]
|
H A D | SemaExceptionSpec.cpp | 984 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow() 1051 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow()
|
/freebsd/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/contrib/llvm-project/clang/lib/AST/ |
H A D | InheritViz.cpp | 137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 339 Parser &Self; member 346 Parser &Self; member 1172 Parser *Self; variable 1182 : Self(Self) { in Self() function 1210 Parser &Self; variable 1216 MultiParseScope(Parser &Self) : Self(Self) {} in MultiParseScope() 1370 Parser *Self; member 1391 Parser *Self = nullptr; variable 1430 Parser *Self; member 1468 Parser *Self; member [all …]
|
H A D | RAIIObjectsForParser.h | 405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 436 PreprocessingRecord *Self; variable 438 iterator(PreprocessingRecord *Self, int Position) in iterator()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 100 const CGDebugInfo &Self; variable 103 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
|
H A D | ModuleBuilder.cpp | 47 CodeGeneratorImpl &Self; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 1211 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction() 1238 Parser &Self; member in Parser::UnannotatedTentativeParsingAction
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CFG.h | 150 using Self = SuccIterator<InstructionT, BlockT>; variable
|
/freebsd/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() 443 static void runAtExitsHelper(void *Self, void *DSOHandle) { in runAtExitsHelper()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 163 CanonicalizerAllocator &Self; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilFuchsia.cpp | 280 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 188 Self, enumerator
|