Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-305309.js38 function Ctor() {} class
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp23 MachinePassCtor Ctor = 0; in setDefault() local
DPasses.cpp640 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() 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/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/SemaCXX/
Ddeprecated.cpp52 struct Ctor { struct
Dcxx98-compat.cpp55 struct Ctor { struct
/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.h25 T *(*Ctor)(); variable
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp427 struct Ctor { constexpr Ctor(int n) : k(n) {} int k; }; in Ctor() argument
Dtemporaries.cpp768 namespace Ctor { namespace
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp396 bool VisitCXXConstructorDecl(CXXConstructorDecl* Ctor) { in VisitCXXConstructorDecl()
435 if (const CXXConstructorDecl* Ctor = Expr->getConstructor()) { in VisitCXXConstructExpr() local
/external/llvm/include/llvm/
DPassSupport.h106 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor()
/external/clang/tools/libclang/
DIndexDecl.cpp76 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
DRecursiveASTVisitor.h1739 if (CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in TraverseFunctionHelper() local
/external/clang/lib/CodeGen/
DCGClass.cpp651 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid()
697 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody() local
1717 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall()
1772 CodeGenFunction::EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegatingCXXConstructorCall()
DCGExprCXX.cpp257 else if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(CalleeDecl)) in EmitCXXMemberCallExpr() local
299 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(MD)) { in EmitCXXMemberCallExpr() local
969 CXXConstructorDecl *Ctor = CCE->getConstructor(); in EmitNewInitializer() local
DMicrosoftCXXABI.cpp344 void MicrosoftCXXABI::BuildConstructorSignature(const CXXConstructorDecl *Ctor, in BuildConstructorSignature()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy() local
DCallEvent.cpp927 const CXXMethodDecl *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getCaller() local
DExprEngineCallAndReturn.cpp608 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3165 CXXConstructorDecl *Ctor; member
4324 bool Ctor = true; in defaultedSpecialMemberIsConstexpr() local
6578 bool Sema::isInitListConstructor(const CXXConstructorDecl* Ctor) { in isInitListConstructor()
8028 InheritingConstructor &getEntry(const CXXConstructorDecl *Ctor, in getEntry()
8052 void noteDeclaredInDerived(const CXXConstructorDecl *Ctor) { in noteDeclaredInDerived()
8057 void inherit(const CXXConstructorDecl *Ctor) { in inherit()
8106 unsigned minParamsToInherit(const CXXConstructorDecl *Ctor) { in minParamsToInherit()
12107 void DelegatingCycleHelper(CXXConstructorDecl* Ctor, in DelegatingCycleHelper()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1824 if (CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in TraverseFunctionHelper() local

12