Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp23 MachinePassCtor Ctor = nullptr; in setDefault() local
H A DPasses.cpp692 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/
H A DPassInfo.h102 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 DUndefinedArraySubscriptChecker.cpp45 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) in checkPreStmt() local
H A DDynamicTypePropagation.cpp62 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 DRegistryTest.cpp46 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 DParserTest.cpp51 VariantMatcher actOnMatcherExpression(MatcherCtor Ctor, in actOnMatcherExpression()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp396 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 DParser.cpp335 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 Ddeprecated.cpp61 struct Ctor { struct
H A Dcxx98-compat.cpp52 struct Ctor { struct
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx-class.cpp73 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 DRecursiveASTVisitorTestExprVisitor.cpp82 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 DMachinePassRegistry.h57 MachinePassCtor Ctor; // Function pass creator. variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.union/
H A Dp1.cpp16 class Ctor { class
17Ctor() { 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 DRegistry.h27 std::unique_ptr<T> (*Ctor)(); variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp432 struct Ctor { constexpr Ctor(int n) : k(n) {} int k; }; in Ctor() struct
H A Dtemporaries.cpp790 namespace Ctor { namespace
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexDecl.cpp73 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp504 CodeGenFunction &CGF, llvm::Value *VDAddr, llvm::Value *Ctor, in EmitOMPThreadPrivateVarInit()
528 llvm::Value *Ctor = nullptr, *CopyCtor = nullptr, *Dtor = nullptr; in EmitOMPThreadPrivateVarDefinition() local
H A DCGExprCXX.cpp213 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 DCGClass.cpp662 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 DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy() local
H A DCallEvent.cpp939 const CXXMethodDecl *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getCaller() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp185 const CXXConstructorDecl *Ctor = CCE->getConstructor(); in GetDiagForGotoScopeDecl() local

12