Searched refs:PushDestructorCleanup (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 2416 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()
|
D | CGBlocks.cpp | 1602 PushDestructorCleanup(dtor, srcField); in GenerateDestroyHelperFunction() 1770 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
|
D | CodeGenFunction.h | 448 void PushDestructorCleanup(QualType T, Address Addr); 453 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, Address Addr);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 2465 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction 2470 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction 2477 PushDestructorCleanup(D, T, Addr); in PushDestructorCleanup()
|
D | CodeGenFunction.h | 751 void PushDestructorCleanup(QualType T, Address Addr); 756 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, QualType T,
|
D | CGBlocks.cpp | 2330 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
|