Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Dtor

359                         const CXXDestructorDecl *Dtor,
361 : Dtor(Dtor), NRVOFlag(NRVOFlag), Loc(addr) {}
363 const CXXDestructorDecl *Dtor;
368 // Along the exceptions path we always execute the dtor.
381 CGF.EmitCXXDestructorCall(Dtor, Dtor_Complete,
1135 CXXDestructorDecl *dtor = type->getAsCXXRecordDecl()->getDestructor();
1136 EHStack.pushCleanup<DestroyNRVOVariable>(cleanupKind, addr, dtor,
1210 case QualType::DK_none: llvm_unreachable("no destroyer for trivial dtor");