Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp384 struct FreeException final : EHScopeStack::Cleanup { struct
386 FreeException(llvm::Value *exn) : exn(exn) {} in FreeException() argument
400 pushFullExprCleanup<FreeException>(EHCleanup, addr.emitRawPointer(*this)); in EmitAnyExprToExn()