Searched defs:ScopedFatalErrorHandler (Results 1 - 3 of 3) 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(); }
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DErrorHandling.h56 /// ScopedFatalErrorHandler - This is a simple helper class which just
59 struct ScopedFatalErrorHandler { struct in namespace:llvm
60 explicit ScopedFatalErrorHandler(fatal_error_handler_t handler, function in struct:llvm::ScopedFatalErrorHandler
65 ~ScopedFatalErrorHandler() { remove_fatal_error_handler(); }
/external/swiftshader/third_party/llvm-subzero/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 222 milliseconds