Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp2414 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction
2419 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction
2426 PushDestructorCleanup(D, Addr); in PushDestructorCleanup()
H A DCodeGenFunction.h666 void PushDestructorCleanup(QualType T, Address Addr);
671 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, Address Addr);
H A DCGBlocks.cpp2410 CGF.PushDestructorCleanup(VarType, field); in emitDispose()