Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp367 struct FreeException final : EHScopeStack::Cleanup { struct
369 FreeException(llvm::Value *exn) : exn(exn) {} in FreeException() function
383 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer()); in EmitAnyExprToExn()