Searched defs:ScopedFatalErrorHandler (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DErrorHandling.h52 /// ScopedFatalErrorHandler - This is a simple helper class which just
55 struct ScopedFatalErrorHandler { struct in namespace:llvm
56 explicit ScopedFatalErrorHandler(fatal_error_handler_t handler, function in struct:llvm::ScopedFatalErrorHandler
61 ~ScopedFatalErrorHandler() { remove_fatal_error_handler(); }

Completed in 172 milliseconds