Searched refs:PushDestructorCleanup (Results 1 – 3 of 3) sorted by relevance
2414 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction2419 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction2426 PushDestructorCleanup(D, Addr); in PushDestructorCleanup()
666 void PushDestructorCleanup(QualType T, Address Addr);671 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, Address Addr);
2410 CGF.PushDestructorCleanup(VarType, field); in emitDispose()