Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ctor

85     // The 'most_derived' parameter goes second if the ctor is variadic and
833 // We had at least one undeleted trivial copy ctor. Return directly.
1105 "ctor for a class with virtual bases must have an implicit parameter");
1109 llvm::BasicBlock *CallVbaseCtorsBB = CGF.createBasicBlock("ctor.init_vbases");
1110 llvm::BasicBlock *SkipVbaseCtorsBB = CGF.createBasicBlock("ctor.skip_vbases");
1119 // CGF will put the base ctor calls in this basic block for us later.
1136 // the X vftables (i.e. during X ctor or dtor).
1378 // The 'most_derived' parameter goes second if the ctor is variadic and last
3748 const CXXConstructorDecl *ctor,
3751 llvm::Function *Fn = CGM.codegenCXXStructor(ctor, StructorType::Complete);
3752 CGM.maybeSetTrivialComdat(*ctor, *Fn);