Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp25 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 DELF_loongarch.cpp82 using Self = ELFLinkGraphBuilder_loongarch<ELFT>; in addRelocations() typedef
H A DELF_i386.cpp145 using Self = ELFLinkGraphBuilder_i386; in addRelocations() typedef
H A DELF_aarch32.cpp149 using Self = ELFLinkGraphBuilder_aarch32<DataEndianness>; in addRelocations() typedef
H A DELF_x86_64.cpp110 using Self = ELFLinkGraphBuilder_x86_64; in addRelocations() typedef
H A DELF_ppc64.cpp208 using Self = ELFLinkGraphBuilder_ppc64<Endianness>; in addRelocations() typedef
H A DELF_aarch64.cpp142 using Self = ELFLinkGraphBuilder_aarch64<ELFT>; addRelocations() typedef
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp86 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 DSemaExceptionSpec.cpp1004 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 DContinuousRangeMap.h112 ContinuousRangeMap &Self; variable
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h324 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 DRAIIObjectsForParser.h405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h95 const CGDebugInfo &Self; global() variable
98 PrintingCallbacks(const CGDebugInfo & Self) PrintingCallbacks() argument
H A DModuleBuilder.cpp47 CodeGeneratorImpl &Self; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h436 PreprocessingRecord *Self; variable
438 iterator(PreprocessingRecord *Self, int Position) in iterator() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1135 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 DASTUnit.h411 ASTUnit &Self; variable
414 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h170 Self, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h150 using Self = SuccIterator<InstructionT, BlockT>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp424 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 DItaniumManglingCanonicalizer.cpp163 CanonicalizerAllocator &Self; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp280 zx_handle_t Self = _zx_process_self(); in CrashHandler() local

12