Searched refs:FreeException (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp344 struct FreeException final : EHScopeStack::Cleanup {
346 FreeException(llvm::Value *exn) : exn(exn) {} function in struct:__anon1251::final
360 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());

Completed in 54 milliseconds