/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 72 Sema &Self; member 629 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 948 static void DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, in DiagnoseReinterpretUpDownCast() 1053 static bool checkCastFunctionType(Sema &Self, const ExprResult &SrcExpr, in checkCastFunctionType() 1258 static TryCastResult TryStaticCast(Sema &Self, ExprResult &SrcExpr, in TryStaticCast() 1460 TryCastResult TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, in TryLValueToRValueCast() 1515 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast() 1553 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1587 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() 1699 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast() [all …]
|
H A D | SemaExceptionSpec.cpp | 990 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow() 1057 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow()
|
H A D | SemaExprCXX.cpp | 4726 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() 4760 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait() 5326 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, in EvaluateBinaryTypeTrait() 5547 static uint64_t EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, in EvaluateArrayTypeTrait() 5824 static bool TryClassUnification(Sema &Self, Expr *From, Expr *To, in TryClassUnification() 5916 static bool FindConditionalOverload(Sema &Self, ExprResult &LHS, ExprResult &RHS, in FindConditionalOverload() 5975 static bool ConvertForConditional(Sema &Self, ExprResult &E, QualType T) { in ConvertForConditional()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { in linkPhase1() 116 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self, in linkPhase2() 163 std::unique_ptr<JITLinkerBase> Self(UnownedSelf); in linkPhase2() local 170 void JITLinkerBase::linkPhase3(std::unique_ptr<JITLinkerBase> Self, Error Err) { in linkPhase3()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 112 ContinuousRangeMap &Self; variable 115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 389 static void registerAtExitHelper(void *Self, void (*F)(void *), void *Ctx, in registerAtExitHelper() argument 399 static void runAtExitsHelper(void *Self, void *DSOHandle) { in runAtExitsHelper() 740 static void registerAtExitHelper(void *Self, void (*F)(void *), void *Ctx, in registerAtExitHelper() argument 746 static void runAtExitsHelper(void *Self, void *DSOHandle) { in runAtExitsHelper() 782 static void *dlopenHelper(void *Self, const char *Path, int Mode) { in dlopenHelper() 818 static int dlcloseHelper(void *Self, void *Handle) { in dlcloseHelper() 863 static void *dlsymHelper(void *Self, void *Handle, const char *Name) { in dlsymHelper() 877 static const char *dlerrorHelper(void *Self) { in dlerrorHelper()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | InheritViz.cpp | 137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 295 Parser &Self; member 1081 Parser *Self; variable 1091 : Self(Self) { in Self() argument 1119 Parser &Self; variable 1125 MultiParseScope(Parser &Self) : Self(Self) {} in MultiParseScope() 1279 Parser *Self; member 1300 Parser *Self = nullptr; variable 1330 Parser *Self; member 1368 Parser *Self; member 1394 Parser *Self; member
|
H A D | RAIIObjectsForParser.h | 370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 97 const CGDebugInfo &Self; variable 100 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
|
H A D | ModuleBuilder.cpp | 45 CodeGeneratorImpl &Self; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ItaniumManglingCanonicalizer.cpp | 162 CanonicalizerAllocator &Self; member 197 CanonicalizerAllocator &Self; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 436 PreprocessingRecord *Self; variable 438 iterator(PreprocessingRecord *Self, int Position) in iterator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 1111 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction() 1138 Parser &Self; member in Parser::UnannotatedTentativeParsingAction
|
H A D | Parser.cpp | 432 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, in ParseScopeFlags()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 408 ASTUnit &Self; variable 411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerUtilFuchsia.cpp | 227 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | CFG.h | 151 using Self = SuccIterator<InstructionT, BlockT>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 280 BitTracker::BitValue::self(const BitRef &Self) { in self()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Pragma.cpp | 135 Preprocessor &Self; member 1212 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 446 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 453 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 480 NodeId Self = G.id(this); in addMember() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 2534 void MemoryPhi::deleteMe(DerivedUser *Self) { in deleteMe() 2538 void MemoryDef::deleteMe(DerivedUser *Self) { in deleteMe() 2542 void MemoryUse::deleteMe(DerivedUser *Self) { in deleteMe()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 1831 Sema *Self; variable 1834 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() 5781 Sema *Self; variable 5798 explicit ImplicitExceptionSpecification(Sema &Self) in ImplicitExceptionSpecification() 8782 Sema &Self; variable 8786 ArgumentPackSubstitutionIndexRAII(Sema &Self, int NewSubstitutionIndex) in ArgumentPackSubstitutionIndexRAII()
|