Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp382 struct FreeException final : EHScopeStack::Cleanup { struct
384 FreeException(llvm::Value *exn) : exn(exn) {} in FreeException() function
398 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer()); in EmitAnyExprToExn()