Home | History | Annotate | Download | only in CodeGen

Lines Matching full:destructor

208 /// register its destructor to run on exit.
269 // We have a constant initializer, but a nontrivial destructor. We still
271 // destructor.
381 // If we exited via NRVO, we skip the destructor call.
1198 // Use an EH cleanup in array destructors iff the destructor itself
1258 /// pushEHDestroy - Push the standard destructor for the given type as
1262 assert(dtorKind && "cannot push destructor for trivial type");
1268 /// pushDestroy - Push the standard destructor for the given type as
1272 assert(dtorKind && "cannot push destructor for trivial type");
1406 // destructor causes an immediate terminate.