Searched refs:PushDestructorCleanup (Results 1 – 3 of 3) sorted by relevance
2294 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction2299 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction2306 PushDestructorCleanup(D, Addr); in PushDestructorCleanup()
1600 PushDestructorCleanup(dtor, srcField); in GenerateDestroyHelperFunction()1768 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
428 void PushDestructorCleanup(QualType T, Address Addr);433 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, Address Addr);