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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 2115 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type,
2360 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup,
2377 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup,
CGException.cpp 398 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());
CGExprAgg.cpp 289 CGF.pushFullExprCleanup<CodeGenFunction::CallLifetimeEnd>(
CGCall.cpp 4313 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(),
5217 pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, SRetAlloca,
CGObjC.cpp 2062 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object);
CodeGenFunction.h 728 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
732 void pushFullExprCleanup(CleanupKind kind, As... A) {
CGExpr.cpp 562 pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, Alloca,

Completed in 54 milliseconds