Home
last modified time | relevance | path

Searched refs:PushDestructorCleanup (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp2416 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction
2421 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction
2428 PushDestructorCleanup(D, Addr); in PushDestructorCleanup()
DCGBlocks.cpp1602 PushDestructorCleanup(dtor, srcField); in GenerateDestroyHelperFunction()
1770 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
DCodeGenFunction.h448 void PushDestructorCleanup(QualType T, Address Addr);
453 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, Address Addr);