Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp2491 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction
2496 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction
2503 PushDestructorCleanup(D, T, Addr); in PushDestructorCleanup()
H A DCodeGenFunction.h837 void PushDestructorCleanup(QualType T, Address Addr);
842 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, QualType T,
H A DCGBlocks.cpp2298 CGF.PushDestructorCleanup(VarType, field); in emitDispose()