Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2304 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 DCGExprAgg.cpp1530 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 DCodeGenFunction.h2217 void pushDestroyAndDeferDeactivation(QualType::DestructionKind dtorKind,
2219 void pushDestroyAndDeferDeactivation(CleanupKind cleanupKind, Address addr,