Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp70 Sema &Self; member
592 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
883 static void DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, in DiagnoseReinterpretUpDownCast()
1096 static TryCastResult TryStaticCast(Sema &Self, ExprResult &SrcExpr, in TryStaticCast()
1292 TryCastResult TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, in TryLValueToRValueCast()
1347 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast()
1385 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast()
1419 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast()
1531 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast()
1649 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, in TryStaticImplicitCast()
[all …]
HDSemaExceptionSpec.cpp982 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow()
1050 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow()
HDSemaExprCXX.cpp4481 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
4516 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait()
5084 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, in EvaluateBinaryTypeTrait()
5305 static uint64_t EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, in EvaluateArrayTypeTrait()
5582 static bool TryClassUnification(Sema &Self, Expr *From, Expr *To, in TryClassUnification()
5674 static bool FindConditionalOverload(Sema &Self, ExprResult &LHS, ExprResult &RHS, in FindConditionalOverload()
5733 static bool ConvertForConditional(Sema &Self, ExprResult &E, QualType T) { in ConvertForConditional()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.cpp25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { in linkPhase1()
87 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self, in linkPhase2()
117 std::unique_ptr<JITLinkerBase> Self(UnownedSelf); in linkPhase2() local
124 void JITLinkerBase::linkPhase3(std::unique_ptr<JITLinkerBase> Self, Error Err) { in linkPhase3()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDContinuousRangeMap.h112 ContinuousRangeMap &Self; variable
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDCFG.h46 using Self = PredIterator<Ptr, USE_iterator>; variable
148 using Self = SuccIterator<InstructionT, BlockT>; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
HDExpr.cpp290 ConstantExpr *Self = new (Mem) ConstantExpr(E, StorageKind); in Create() local
297 ConstantExpr *Self = Create(Context, E, StorageKind); in Create() local
315 ConstantExpr *Self = new (Mem) ConstantExpr(StorageKind, Empty); in CreateEmpty() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.h95 const CGDebugInfo &Self; variable
98 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
HDModuleBuilder.cpp45 CodeGeneratorImpl &Self; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDConstructionContext.cpp32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDItaniumManglingCanonicalizer.cpp167 CanonicalizerAllocator &Self; member
202 CanonicalizerAllocator &Self; member
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1025 Parser *Self; variable
1035 : Self(Self) { in Self() argument
1194 Parser *Self; member
1215 Parser *Self = nullptr; variable
1245 Parser *Self; member
1290 Parser* Self; member
1321 Parser *Self; member
HDRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessingRecord.h436 PreprocessingRecord *Self; variable
438 iterator(PreprocessingRecord *Self, int Position) in iterator()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp1021 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction()
1048 Parser &Self; member in Parser::UnannotatedTentativeParsingAction
HDParser.cpp399 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, in ParseScopeFlags()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDASTUnit.h408 ASTUnit &Self; variable
411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilFuchsia.cpp258 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDBitTracker.h279 BitTracker::BitValue::self(const BitRef &Self) { in self()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPragma.cpp130 Preprocessor &Self; member
1156 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFGraph.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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSA.cpp2449 void MemoryPhi::deleteMe(DerivedUser *Self) { in deleteMe()
2453 void MemoryDef::deleteMe(DerivedUser *Self) { in deleteMe()
2457 void MemoryUse::deleteMe(DerivedUser *Self) { in deleteMe()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h1506 Sema *Self; variable
1509 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter()
5265 Sema *Self; variable
5282 explicit ImplicitExceptionSpecification(Sema &Self) in ImplicitExceptionSpecification()
8239 Sema &Self; variable
8243 ArgumentPackSubstitutionIndexRAII(Sema &Self, int NewSubstitutionIndex) in ArgumentPackSubstitutionIndexRAII()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp749 SmallPtrSet<Argument *, 8> Self; in addArgumentAttrs() local

12