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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp366 struct FreeException final : EHScopeStack::Cleanup {
368 FreeException(llvm::Value *exn) : exn(exn) {} function in struct:__anon1706::final
382 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());

Completed in 62 milliseconds