| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaCast.cpp | 70 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 …]
|
| HD | SemaExceptionSpec.cpp | 982 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow() 1050 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow()
|
| HD | SemaExprCXX.cpp | 4481 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/ |
| HD | JITLinkGeneric.cpp | 25 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/ |
| HD | ContinuousRangeMap.h | 112 ContinuousRangeMap &Self; variable 115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | CFG.h | 46 using Self = PredIterator<Ptr, USE_iterator>; variable 148 using Self = SuccIterator<InstructionT, BlockT>; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | InheritViz.cpp | 137 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
|
| HD | Expr.cpp | 290 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/ |
| HD | CGDebugInfo.h | 95 const CGDebugInfo &Self; variable 98 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
|
| HD | ModuleBuilder.cpp | 45 CodeGeneratorImpl &Self; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | ConstructionContext.cpp | 32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | ItaniumManglingCanonicalizer.cpp | 167 CanonicalizerAllocator &Self; member 202 CanonicalizerAllocator &Self; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| HD | Parser.h | 1025 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
|
| HD | RAIIObjectsForParser.h | 370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | PreprocessingRecord.h | 436 PreprocessingRecord *Self; variable 438 iterator(PreprocessingRecord *Self, int Position) in iterator()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseCXXInlineMethods.cpp | 1021 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction() 1048 Parser &Self; member in Parser::UnannotatedTentativeParsingAction
|
| HD | Parser.cpp | 399 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, in ParseScopeFlags()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | ASTUnit.h | 408 ASTUnit &Self; variable 411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerUtilFuchsia.cpp | 258 zx_handle_t Self = _zx_process_self(); in CrashHandler() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | BitTracker.h | 279 BitTracker::BitValue::self(const BitRef &Self) { in self()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | Pragma.cpp | 130 Preprocessor &Self; member 1156 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | 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
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | MemorySSA.cpp | 2449 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/ |
| HD | Sema.h | 1506 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/ |
| HD | FunctionAttrs.cpp | 749 SmallPtrSet<Argument *, 8> Self; in addArgumentAttrs() local
|