/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 25 linkPhase1(std::unique_ptr<JITLinkerBase> Self) linkPhase1() argument 70 linkPhase2(std::unique_ptr<JITLinkerBase> Self,AllocResult AR) linkPhase2() argument 134 linkPhase3(std::unique_ptr<JITLinkerBase> Self,Expected<AsyncLookupResult> LR) linkPhase3() argument 189 linkPhase4(std::unique_ptr<JITLinkerBase> Self,FinalizeResult FR) linkPhase4() argument 271 abandonAllocAndBailOut(std::unique_ptr<JITLinkerBase> Self,Error Err) abandonAllocAndBailOut() argument [all...] |
H A D | ELF_loongarch.cpp | 82 using Self = ELFLinkGraphBuilder_loongarch<ELFT>; addRelocations() typedef
|
H A D | ELF_i386.cpp | 145 using Self = ELFLinkGraphBuilder_i386; addRelocations() typedef
|
H A D | ELF_aarch32.cpp | 149 using Self = ELFLinkGraphBuilder_aarch32<DataEndianness>; in addRelocations() typedef
|
/llvm-project/libcxx/test/libcxx/iterators/ |
H A D | contiguous_iterators.pass.cpp | 43 typedef my_input_iterator Self; typedef in my_input_iterator 65 typedef my_random_access_iterator Self; typedef in my_random_access_iterator 101 typedef my_contiguous_iterator Self; typedef in my_contiguous_iterator
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p5-generic-lambda-1y.cpp | 5 auto Fact = [](auto Self, unsigned n) -> unsigned { in __anonb159e3710102() 20 auto NumParams = [](auto Self, auto h, auto ... rest) -> unsigned { in __anonb159e3710202() 23 auto Base = [](auto Self, auto h) -> unsigned { in __anonb159e3710302() 38 auto NumParams = [](auto Self, auto h, auto ... rest) { in __anonb159e3710402() 41 auto Base = [](auto Self, auto h) { in __anonb159e3710502()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 88 Sema &Self; global() member 670 CastsAwayConstness(Sema & Self,QualType SrcType,QualType DestType,bool CheckCVR,bool CheckObjCLifetime,QualType * TheOffendingSrcType=nullptr,QualType * TheOffendingDestType=nullptr,Qualifiers * CastAwayQualifiers=nullptr) CastsAwayConstness() argument 997 DiagnoseReinterpretUpDownCast(Sema & Self,const Expr * SrcExpr,QualType DestType,SourceRange OpRange) DiagnoseReinterpretUpDownCast() argument 1103 checkCastFunctionType(Sema & Self,const ExprResult & SrcExpr,QualType DestType) checkCastFunctionType() argument 1316 TryStaticCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath,bool ListInitialization) TryStaticCast() argument 1527 TryLValueToRValueCast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,CastKind & Kind,CXXCastPath & BasePath,unsigned & msg) TryLValueToRValueCast() argument 1582 TryStaticReferenceDowncast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticReferenceDowncast() argument 1620 TryStaticPointerDowncast(Sema & Self,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticPointerDowncast() argument 1654 TryStaticDowncast(Sema & Self,CanQualType SrcType,CanQualType DestType,bool CStyle,SourceRange OpRange,QualType OrigSrcType,QualType OrigDestType,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticDowncast() argument 1766 TryStaticMemberPointerUpcast(Sema & Self,ExprResult & SrcExpr,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticMemberPointerUpcast() argument 1883 TryStaticImplicitCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,bool ListInitialization) TryStaticImplicitCast() argument 1940 TryConstCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg) TryConstCast() argument 2093 DiagnoseCastOfObjCSEL(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastOfObjCSEL() argument 2112 DiagnoseCallingConvCast(Sema & Self,const ExprResult & SrcExpr,QualType DstType,SourceRange OpRange) DiagnoseCallingConvCast() argument 2202 checkIntToPointerCast(bool CStyle,const SourceRange & OpRange,const Expr * SrcExpr,QualType DestType,Sema & Self) checkIntToPointerCast() argument 2226 fixOverloadedReinterpretCastExpr(Sema & Self,QualType DestType,ExprResult & Result) fixOverloadedReinterpretCastExpr() argument 2254 TryReinterpretCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind) TryReinterpretCast() argument 2607 TryAddressSpaceCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg,CastKind & Kind) TryAddressSpaceCast() argument 2884 DiagnoseBadFunctionCast(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseBadFunctionCast() argument 3305 DiagnoseCastQual(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastQual() argument [all...] |
/llvm-project/libcxx/test/support/ |
H A D | almost_satisfies_types.h | 330 using Self = RandomAccessIteratorNotDerivedFrom; variable 364 using Self = RandomAccessIteratorBadIndex; variable 398 using Self = RandomAccessIteratorBadDifferenceType; variable
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 112 ContinuousRangeMap &Self; variable 115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | use-after-scope-temp2.cpp | 9 __attribute__((noinline)) const IntHolder &Self() const { in Self() function
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | use-after-scope-temp2.cpp | 4 __attribute__((noinline)) const IntHolder &Self() const { in Self() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | enum-argument.cpp | 6 typedef C<v> Self; typedef
|
/llvm-project/lldb/test/API/commands/expression/completion/ |
H A D | main.cpp | 19 Expr &Self() { return *this; } in Self() function in Expr
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ReferenceToConstructedTemporaryCheck.cpp | 28 const auto *Self = Node.get<MaterializeTemporaryExpr>(); in operator ()() local
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Utils.cpp |
|
/llvm-project/clang/lib/AST/ |
H A D | InheritViz.cpp | 137 QualType Self = Context.getTypeDeclType(this); viewInheritance() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 339 Parser &Self; member 346 Parser &Self; member 1172 Parser *Self; global() variable 1182 Self(Self) Self() argument 1210 Parser &Self; global() variable 1216 MultiParseScope(Parser & Self) MultiParseScope() argument 1370 Parser *Self; global() member 1391 Parser *Self = nullptr; global() variable 1430 Parser *Self; global() member 1468 Parser *Self; global() member 1494 Parser *Self; global() member [all...] |
/llvm-project/polly/include/polly/Support/ |
H A D | VirtualInstruction.h | 174 using Self = VirtualOperandIterator; variable
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 436 PreprocessingRecord *Self; variable 438 iterator(PreprocessingRecord *Self, int Position) in iterator() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 100 const CGDebugInfo &Self; global() variable 103 PrintingCallbacks(const CGDebugInfo & Self) PrintingCallbacks() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | FalsePositiveRefutationBRVisitorTest.cpp | 28 using Self = FalsePositiveGenerator; typedef in clang::ento::__anon9aeac3c90111::FalsePositiveGenerator
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Format.h | 47 Self, // For the $_self placeholder enumerator
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 1194 UnannotatedTentativeParsingAction(Parser & Self,tok::TokenKind EndKind) UnannotatedTentativeParsingAction() argument 1221 Parser &Self; global() member in Parser::UnannotatedTentativeParsingAction [all...] |