Searched refs:CtorType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp523 CXXCtorType CtorType) {
536 if (CtorType == Ctor_Base && isBaseVirtual)
920 CXXCtorType CtorType = CurGD.getCtorType(); local
923 CtorType == Ctor_Complete) &&
928 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) &&
953 EmitCtorPrologue(Ctor, CtorType, Args);
1353 CXXCtorType CtorType,
1380 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
1397 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, boo
520 EmitBaseInitializer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, CXXCtorInitializer *BaseInit, CXXCtorType CtorType) argument
1352 EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType CtorType, FunctionArgList &Args) argument
2219 EmitInlinedInheritingCXXConstructorCall( const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
2314 EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, CXXCtorType CtorType, const FunctionArgList &Args, SourceLocation Loc) argument
[all...]
H A DCodeGenFunction.h1945 CXXCtorType CtorType,
1960 CXXCtorType CtorType,
/external/clang/lib/Sema/
H A DSemaOverload.cpp3040 const FunctionProtoType *CtorType = local
3042 if (CtorType->getNumParams() > 0) {
3043 QualType FirstArg = CtorType->getParamType(0);
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl13445 my $CtorType = $1;
13446 $NewSym=~s/(C[1-2][EI])/$CtorType/g;

Completed in 287 milliseconds