Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp344 struct FreeException final : EHScopeStack::Cleanup { struct
346 FreeException(llvm::Value *exn) : exn(exn) {} in FreeException() argument
360 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer()); in EmitAnyExprToExn()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp370 struct FreeException final : EHScopeStack::Cleanup { struct
372 FreeException(llvm::Value *exn) : exn(exn) {} in FreeException() argument
386 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer()); in EmitAnyExprToExn()