Home | History | Annotate | Download | only in CodeGen

Lines Matching full:destructor

289     // This constructor/destructor does not need a VTT parameter.
335 /// Call the destructor for a direct base class.
1161 // If the destructor is trivial we don't have to check anything else.
1222 /// any vtable pointers before calling this destructor.
1241 /// EmitDestructorBody - Emits the body of the current destructor.
1246 // The call to operator delete in a deleting destructor happens
1248 // possible to delegate the destructor body to the complete
1249 // destructor. Do so.
1338 /// Call the operator delete associated with the current destructor.
1402 /// destructor. This is to call destructors on members and base classes
1409 // The deleting-destructor phase just needs to call the appropriate
1431 // The complete-destructor phase just destructs all the virtual bases.
1857 assert(D && D->isUsed() && "destructor not marked as used!");