/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachinePassRegistry.cpp | 23 MachinePassCtor Ctor = nullptr; in setDefault() local
|
H A D | Passes.cpp | 692 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ |
H A D | PassInfo.h | 102 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor() 112 void setTargetMachineCtor(TargetMachineCtor_t Ctor) { in setTargetMachineCtor()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefinedArraySubscriptChecker.cpp | 45 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) in checkPreStmt() local
|
H A D | DynamicTypePropagation.cpp | 62 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall() local 152 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/ |
H A D | RegistryTest.cpp | 46 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName); in constructMatcher() local 59 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName); in constructMatcher() local 73 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName); in constructMatcher() local 92 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName1); in getCompletions() local 103 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName1); in getCompletions() local
|
H A D | ParserTest.cpp | 51 VariantMatcher actOnMatcherExpression(MatcherCtor Ctor, in actOnMatcherExpression()
|
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 396 MatcherCtor Ctor = CtxEntry.first; in getAcceptedCompletionTypes() local 490 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher() 498 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor, in constructBoundMatcher()
|
H A D | Parser.cpp | 335 llvm::Optional<MatcherCtor> Ctor = S->lookupMatcherCtor(NameToken.Text); in parseMatcherExpressionImpl() local 537 MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, in actOnMatcherExpression()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | deprecated.cpp | 61 struct Ctor { struct
|
H A D | cxx98-compat.cpp | 52 struct Ctor { struct
|
/minix3/external/bsd/llvm/dist/clang/test/Parser/ |
H A D | cxx-class.cpp | 73 class Ctor { // expected-note{{not complete until the closing '}'}} class 85 Ctor::Ctor(UnknownType *) {} // \ in Ctor() function in ctor_error::Ctor
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTestExprVisitor.cpp | 82 bool VisitCXXConstructorDecl(CXXConstructorDecl* Ctor) { in VisitCXXConstructorDecl() 121 if (const CXXConstructorDecl* Ctor = Expr->getConstructor()) { in VisitCXXConstructExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 57 MachinePassCtor Ctor; // Function pass creator. variable
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.union/ |
H A D | p1.cpp | 16 class Ctor { class 17 …Ctor() { abort(); } // expected-note 2{{because type 'Ctor' has a user-provided default constructo… in Ctor() function in Ctor
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Registry.h | 27 std::unique_ptr<T> (*Ctor)(); variable
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | const-init-cxx11.cpp | 432 struct Ctor { constexpr Ctor(int n) : k(n) {} int k; }; in Ctor() struct
|
H A D | temporaries.cpp | 790 namespace Ctor { namespace
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | IndexDecl.cpp | 73 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 504 CodeGenFunction &CGF, llvm::Value *VDAddr, llvm::Value *Ctor, in EmitOMPThreadPrivateVarInit() 528 llvm::Value *Ctor = nullptr, *CopyCtor = nullptr, *Dtor = nullptr; in EmitOMPThreadPrivateVarDefinition() local
|
H A D | CGExprCXX.cpp | 213 else if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(CalleeDecl)) in EmitCXXMemberOrOperatorMemberCallExpr() local 254 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(MD)) { in EmitCXXMemberOrOperatorMemberCallExpr() local 906 CXXConstructorDecl *Ctor = CCE->getConstructor(); in EmitNewArrayInitializer() local
|
H A D | CGClass.cpp | 662 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid() 774 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody() local 1821 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall() 1880 CodeGenFunction::EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegatingCXXConstructorCall()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy() local
|
H A D | CallEvent.cpp | 939 const CXXMethodDecl *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getCaller() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 185 const CXXConstructorDecl *Ctor = CCE->getConstructor(); in GetDiagForGotoScopeDecl() local
|