Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2522 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction
2527 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction
2534 PushDestructorCleanup(D, T, Addr); in PushDestructorCleanup()
H A DCodeGenFunction.h846 void PushDestructorCleanup(QualType T, Address Addr);
851 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, QualType T,
H A DCGBlocks.cpp2258 CGF.PushDestructorCleanup(VarType, field); in emitDispose()