Home
last modified time | relevance | path

Searched defs:Self (Results 1 – 25 of 45) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { in linkPhase1()
62 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self, in linkPhase2()
126 void JITLinkerBase::linkPhase3(std::unique_ptr<JITLinkerBase> Self, in linkPhase3()
175 void JITLinkerBase::linkPhase4(std::unique_ptr<JITLinkerBase> Self, in linkPhase4()
258 void JITLinkerBase::abandonAllocAndBailOut(std::unique_ptr<JITLinkerBase> Self, in abandonAllocAndBailOut()
H A DELF_loongarch.cpp82 using Self = ELFLinkGraphBuilder_loongarch<ELFT>; in addRelocations() typedef
H A DELF_i386.cpp142 using Self = ELFLinkGraphBuilder_i386; in addRelocations() typedef
H A DELF_x86_64.cpp161 using Self = ELFLinkGraphBuilder_x86_64; in addRelocations() typedef
H A DELF_aarch64.cpp130 using Self = ELFLinkGraphBuilder_aarch64<ELFT>; in addRelocations() typedef
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp81 Sema &Self; member
639 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
958 static void DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, in DiagnoseReinterpretUpDownCast()
1063 static unsigned int checkCastFunctionType(Sema &Self, const ExprResult &SrcExpr, in checkCastFunctionType()
1276 static TryCastResult TryStaticCast(Sema &Self, ExprResult &SrcExpr, in TryStaticCast()
1488 TryCastResult TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, in TryLValueToRValueCast()
1543 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast()
1581 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast()
1615 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast()
1727 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast()
[all …]
H A DSemaExceptionSpec.cpp996 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow()
1063 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DContinuousRangeMap.h112 ContinuousRangeMap &Self; variable
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h306 Parser &Self; member
1116 Parser *Self; variable
1126 : Self(Self) { in Self() argument
1154 Parser &Self; variable
1160 MultiParseScope(Parser &Self) : Self(Self) {} in MultiParseScope()
1314 Parser *Self; member
1335 Parser *Self = nullptr; variable
1365 Parser *Self; member
1403 Parser *Self; member
1429 Parser *Self; member
H A DRAIIObjectsForParser.h386 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h96 const CGDebugInfo &Self; variable
99 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
H A DModuleBuilder.cpp47 CodeGeneratorImpl &Self; member
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
H A DThreadSafety.cpp1314 til::SExpr *Self) { in getMutexIDs()
1578 til::LiteralPtr *Self, in warnIfMutexNotHeld()
1640 Expr *MutexExp, til::LiteralPtr *Self, in warnIfMutexHeld()
1780 til::LiteralPtr *Self, SourceLocation Loc) { in handleCall()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h433 PreprocessingRecord *Self; variable
435 iterator(PreprocessingRecord *Self, int Position) in iterator()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionIterator.h184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp476 static void registerCxaAtExitHelper(void *Self, void (*F)(void *), void *Ctx, in registerCxaAtExitHelper() argument
486 static void registerAtExitHelper(void *Self, void *DSOHandle, void (*F)()) { in registerAtExitHelper()
495 static void runAtExitsHelper(void *Self, void *DSOHandle) { in runAtExitsHelper()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1131 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction()
1158 Parser &Self; member in Parser::UnannotatedTentativeParsingAction
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h407 ASTUnit &Self; variable
410 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DCFG.h150 using Self = SuccIterator<InstructionT, BlockT>; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp233 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp161 CanonicalizerAllocator &Self; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp444 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef()
451 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef()
478 NodeId Self = G.id(this); in addMember() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.h280 BitTracker::BitValue::self(const BitRef &Self) { in self()

12