Searched refs:PushDestructorCleanup (Results 1 – 3 of 3) sorted by relevance
2537 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction2542 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction2549 PushDestructorCleanup(D, T, Addr); in PushDestructorCleanup()
930 void PushDestructorCleanup(QualType T, Address Addr);935 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, QualType T,
2275 CGF.PushDestructorCleanup(VarType, field); in emitDispose()