Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dtor

383                         const CXXDestructorDecl *Dtor,
385 : Dtor(Dtor), NRVOFlag(NRVOFlag), Loc(addr) {}
387 const CXXDestructorDecl *Dtor;
392 // Along the exceptions path we always execute the dtor.
405 CGF.EmitCXXDestructorCall(Dtor, Dtor_Complete,
1225 CXXDestructorDecl *dtor = type->getAsCXXRecordDecl()->getDestructor();
1226 EHStack.pushCleanup<DestroyNRVOVariable>(cleanupKind, addr, dtor,
1308 case QualType::DK_none: llvm_unreachable("no destroyer for trivial dtor");