Searched refs:pushDestroyAndDeferDeactivation (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2304 void CodeGenFunction::pushDestroyAndDeferDeactivation( in pushDestroyAndDeferDeactivation() function in CodeGenFunction 2309 pushDestroyAndDeferDeactivation( in pushDestroyAndDeferDeactivation() 2313 void CodeGenFunction::pushDestroyAndDeferDeactivation( in pushDestroyAndDeferDeactivation() function in CodeGenFunction 2344 pushDestroyAndDeferDeactivation(cleanupKind, addr, type, destroyer, in pushLifetimeExtendedDestroy()
|
| H A D | CGExprAgg.cpp | 1530 CGF.pushDestroyAndDeferDeactivation(NormalAndEHCleanup, LV.getAddress(), in VisitLambdaExpr() 1841 CGF.pushDestroyAndDeferDeactivation(dtorKind, V, Base.getType()); in VisitCXXParenListOrInitListExpr() 1935 CGF.pushDestroyAndDeferDeactivation(NormalAndEHCleanup, LV.getAddress(), in VisitCXXParenListOrInitListExpr()
|
| H A D | CodeGenFunction.h | 2217 void pushDestroyAndDeferDeactivation(QualType::DestructionKind dtorKind, 2219 void pushDestroyAndDeferDeactivation(CleanupKind cleanupKind, Address addr,
|