Searched refs:pushDestroyAndDeferDeactivation (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 2232 void CodeGenFunction::pushDestroyAndDeferDeactivation( in pushDestroyAndDeferDeactivation() function in CodeGenFunction 2237 pushDestroyAndDeferDeactivation( in pushDestroyAndDeferDeactivation() 2241 void CodeGenFunction::pushDestroyAndDeferDeactivation( in pushDestroyAndDeferDeactivation() function in CodeGenFunction 2272 pushDestroyAndDeferDeactivation(cleanupKind, addr, type, destroyer, in pushLifetimeExtendedDestroy()
|
H A D | CGExprAgg.cpp | 1396 CGF.pushDestroyAndDeferDeactivation(NormalAndEHCleanup, LV.getAddress(), in VisitLambdaExpr() 1713 CGF.pushDestroyAndDeferDeactivation(dtorKind, V, Base.getType()); in VisitCXXParenListOrInitListExpr() 1790 CGF.pushDestroyAndDeferDeactivation(NormalAndEHCleanup, LV.getAddress(), in VisitCXXParenListOrInitListExpr()
|
H A D | CodeGenFunction.h | 2206 void pushDestroyAndDeferDeactivation(QualType::DestructionKind dtorKind, 2208 void pushDestroyAndDeferDeactivation(CleanupKind cleanupKind, Address addr,
|