HomeSort by: relevance | last modified time | path
    Searched refs:CallLifetimeEnd (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 4702 SmallVector<CallLifetimeEnd, 2> CallLifetimeEndAfterCall;
5217 pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, SRetAlloca,
5482 // Explicitly call CallLifetimeEnd::Emit just to re-use the code even though
5484 for (CallLifetimeEnd &LifetimeEnd : CallLifetimeEndAfterCall)
CGExprAgg.cpp 289 CGF.pushFullExprCleanup<CodeGenFunction::CallLifetimeEnd>(
CodeGenFunction.h 587 class CallLifetimeEnd final : public EHScopeStack::Cleanup {
594 CallLifetimeEnd(Address addr, llvm::Value *size)
CGExpr.cpp 531 pushCleanupAfterFullExpr<CallLifetimeEnd>(NormalEHLifetimeMarker,
562 pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, Alloca,
CGDecl.cpp 1617 EHStack.pushCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker,

Completed in 79 milliseconds