Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp72 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 DSemaExceptionSpec.cpp990 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow()
1057 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow()
H A DSemaExprCXX.cpp4726 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 DJITLinkGeneric.cpp25 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 DContinuousRangeMap.h112 ContinuousRangeMap &Self; variable
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp389 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 DInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h295 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 DRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConstructionContext.cpp32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h97 const CGDebugInfo &Self; variable
100 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
H A DModuleBuilder.cpp45 CodeGeneratorImpl &Self; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp162 CanonicalizerAllocator &Self; member
197 CanonicalizerAllocator &Self; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h436 PreprocessingRecord *Self; variable
438 iterator(PreprocessingRecord *Self, int Position) in iterator()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionIterator.h184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1111 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction()
1138 Parser &Self; member in Parser::UnannotatedTentativeParsingAction
H A DParser.cpp432 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, in ParseScopeFlags()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h408 ASTUnit &Self; variable
411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp227 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h151 using Self = SuccIterator<InstructionT, BlockT>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.h280 BitTracker::BitValue::self(const BitRef &Self) { in self()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp135 Preprocessor &Self; member
1212 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp446 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 DMemorySSA.cpp2534 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 DSema.h1831 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()

12