Searched refs:PushDestructorCleanup (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2542 void CodeGenFunction::PushDestructorCleanup(const CXXDestructorDecl *D, in PushDestructorCleanup() function in CodeGenFunction 2547 void CodeGenFunction::PushDestructorCleanup(QualType T, Address Addr) { in PushDestructorCleanup() function in CodeGenFunction 2554 PushDestructorCleanup(D, T, Addr); in PushDestructorCleanup()
|
| H A D | CodeGenFunction.h | 988 void PushDestructorCleanup(QualType T, Address Addr); 993 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, QualType T,
|
| H A D | CGBlocks.cpp | 2331 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2886 …DestructorDeclEPN4llvm5ValueE", "clang::CodeGen::CodeGenFunction::PushDestructorCleanup(clang::CXX… 2887 …pENS_8QualTypeEPN4llvm5ValueE", "clang::CodeGen::CodeGenFunction::PushDestructorCleanup(clang::Qua…
|