Searched defs:Ctor (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp23 MachinePassCtor Ctor = 0; local
H A DPasses.cpp638 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); local
H A DMachineScheduler.cpp215 MachineSchedRegistry::ScheduleDAGCtor Ctor = MachineSchedOpt; local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h57 MachinePassCtor Ctor; // Function pass creator. member in class:llvm::MachinePassRegistryNode
/freebsd-9.3-release/contrib/llvm/include/llvm/
H A DPassSupport.h106 void setNormalCtor(NormalCtor_t Ctor) { argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DRegistry.h25 T *(*Ctor)(); member in class:llvm::SimpleRegistryEntry
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp947 const CXXMethodDecl *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); local
H A DExprEngineCallAndReturn.cpp608 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1541 RegisterScheduler::FunctionPassCtor Ctor = RegisterScheduler::getDefault(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1811 CXXConstructorDecl *Ctor = Node->getConstructor(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp895 CXXConstructorDecl *Ctor = CCE->getConstructor(); local
H A DCGClass.cpp653 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor) { argument
699 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); local
1744 EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, CXXCtorType CtorType, const FunctionArgList &Args, SourceLocation Loc) argument
1801 EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, const FunctionArgList &Args) argument
[all...]
H A DCodeGenModule.cpp540 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) { argument
H A DItaniumCXXABI.cpp800 void ItaniumCXXABI::BuildConstructorSignature(const CXXConstructorDecl *Ctor, argument
H A DMicrosoftCXXABI.cpp449 void MicrosoftCXXABI::BuildConstructorSignature(const CXXConstructorDecl *Ctor, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3401 InstantiateMemInitializers(cast<CXXConstructorDecl>(Function), Ctor, local
H A DSemaExprCXX.cpp2608 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(FD); local
H A DSemaDeclCXX.cpp3318 CXXConstructorDecl *Ctor; member in struct:__anon3263::BaseAndFieldInfo
3324 BaseAndFieldInfo(Sema &S, CXXConstructorDecl *Ctor, bool ErrorsInInits) argument
6798 isInitListConstructor(const CXXConstructorDecl* Ctor) argument
8233 getEntry(Sema &S, const CXXConstructorDecl *Ctor) argument
8249 getEntry(const CXXConstructorDecl *Ctor, QualType CtorType) argument
8273 noteDeclaredInDerived(const CXXConstructorDecl *Ctor) argument
8278 inherit(const CXXConstructorDecl *Ctor) argument
8327 minParamsToInherit(const CXXConstructorDecl *Ctor) argument
12420 DelegatingCycleHelper(CXXConstructorDecl* Ctor, llvm::SmallSet<CXXConstructorDecl*, 4> &Valid, llvm::SmallSet<CXXConstructorDecl*, 4> &Invalid, llvm::SmallSet<CXXConstructorDecl*, 4> &Current, Sema &S) argument
[all...]
H A DSemaOverload.cpp8229 const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(Fn); local
[all...]

Completed in 396 milliseconds