Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-350434.js7 function Ctor() { class
Dregress-crbug-305309.js38 function Ctor() {} class
Dregress-343609.js8 function Ctor() { class
/external/llvm/include/llvm/
DPassInfo.h102 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor()
112 void setTargetMachineCtor(TargetMachineCtor_t Ctor) { in setTargetMachineCtor()
/external/clang/unittests/ASTMatchers/Dynamic/
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
91 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName1); in getCompletions() local
101 llvm::Optional<MatcherCtor> Ctor = lookupMatcherCtor(MatcherName1); in getCompletions() local
DParserTest.cpp48 VariantMatcher actOnMatcherExpression(MatcherCtor Ctor, in actOnMatcherExpression()
/external/chromium_org/v8/test/mjsunit/
Dregress-sync-optimized-lists.js8 function Ctor() { class
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp23 MachinePassCtor Ctor = nullptr; in setDefault() local
DPasses.cpp664 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() local
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedArraySubscriptChecker.cpp45 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) in checkPreStmt() local
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
/external/clang/test/Parser/
Dcxx-class.cpp73 class Ctor { // expected-note{{not complete until the closing '}'}} class
85 Ctor::Ctor(UnknownType *) {} // \ in Ctor() function in ctor_error::Ctor
/external/clang/test/SemaCXX/
Ddeprecated.cpp55 struct Ctor { struct
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp485 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher()
493 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor, in constructBoundMatcher()
DParser.cpp326 llvm::Optional<MatcherCtor> Ctor = S->lookupMatcherCtor(NameToken.Text); in parseMatcherExpressionImpl() local
509 MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, in actOnMatcherExpression()
/external/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h57 MachinePassCtor Ctor; // Function pass creator. variable
/external/clang/test/CXX/class/class.union/
Dp1.cpp16 class Ctor { class
17Ctor() { abort(); } // expected-note 2{{because type 'Ctor' has a user-provided default constructo… in Ctor() function in Ctor
/external/llvm/include/llvm/Support/
DRegistry.h28 std::unique_ptr<T> (*Ctor)(); variable
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp432 struct Ctor { constexpr Ctor(int n) : k(n) {} int k; }; in Ctor() struct
/external/clang/tools/libclang/
DIndexDecl.cpp73 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp438 bool VisitCXXConstructorDecl(CXXConstructorDecl* Ctor) { in VisitCXXConstructorDecl()
477 if (const CXXConstructorDecl* Ctor = Expr->getConstructor()) { in VisitCXXConstructExpr() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp165 else if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(CalleeDecl)) in EmitCXXMemberCallExpr() local
207 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(MD)) { in EmitCXXMemberCallExpr() local
876 CXXConstructorDecl *Ctor = CCE->getConstructor(); in EmitNewArrayInitializer() local
DCGClass.cpp651 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid()
697 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody() local
1735 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall()
1792 CodeGenFunction::EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegatingCXXConstructorCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy() local
/external/clang/lib/Sema/
DJumpDiagnostics.cpp184 const CXXConstructorDecl *Ctor = CCE->getConstructor(); in GetDiagForGotoScopeDecl() local

12