Home
last modified time | relevance | path

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

123

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp25 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 DELF_loongarch.cpp82 using Self = ELFLinkGraphBuilder_loongarch<ELFT>; addRelocations() typedef
H A DELF_i386.cpp145 using Self = ELFLinkGraphBuilder_i386; addRelocations() typedef
H A DELF_aarch32.cpp149 using Self = ELFLinkGraphBuilder_aarch32<DataEndianness>; in addRelocations() typedef
/llvm-project/libcxx/test/libcxx/iterators/
H A Dcontiguous_iterators.pass.cpp43 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 Dp5-generic-lambda-1y.cpp5 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 DSemaCast.cpp88 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 Dalmost_satisfies_types.h330 using Self = RandomAccessIteratorNotDerivedFrom; variable
364 using Self = RandomAccessIteratorBadIndex; variable
398 using Self = RandomAccessIteratorBadDifferenceType; variable
/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h112 ContinuousRangeMap &Self; variable
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-temp2.cpp9 __attribute__((noinline)) const IntHolder &Self() const { in Self() function
/llvm-project/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-temp2.cpp4 __attribute__((noinline)) const IntHolder &Self() const { in Self() function
/llvm-project/clang/test/SemaTemplate/
H A Denum-argument.cpp6 typedef C<v> Self; typedef
/llvm-project/lldb/test/API/commands/expression/completion/
H A Dmain.cpp19 Expr &Self() { return *this; } in Self() function in Expr
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DReferenceToConstructedTemporaryCheck.cpp28 const auto *Self = Node.get<MaterializeTemporaryExpr>(); in operator ()() local
/llvm-project/offload/DeviceRTL/src/
H A DUtils.cpp
/llvm-project/clang/lib/AST/
H A DInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); viewInheritance() local
/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h339 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 DVirtualInstruction.h174 using Self = VirtualOperandIterator; variable
/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h436 PreprocessingRecord *Self; variable
438 iterator(PreprocessingRecord *Self, int Position) in iterator() argument
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h100 const CGDebugInfo &Self; global() variable
103 PrintingCallbacks(const CGDebugInfo & Self) PrintingCallbacks() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
/llvm-project/clang/unittests/StaticAnalyzer/
H A DFalsePositiveRefutationBRVisitorTest.cpp28 using Self = FalsePositiveGenerator; typedef in clang::ento::__anon9aeac3c90111::FalsePositiveGenerator
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h47 Self, // For the $_self placeholder enumerator
/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1194 UnannotatedTentativeParsingAction(Parser & Self,tok::TokenKind EndKind) UnannotatedTentativeParsingAction() argument
1221 Parser &Self; global() member in Parser::UnannotatedTentativeParsingAction
[all...]

123