MCPcopy Create free account
hub / github.com/ablab/spades / report_fatal_error

Function report_fatal_error

ext/src/llvm/Error.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void report_fatal_error(Error Err, bool GenCrashDiag) {
141 assert(Err && "report_fatal_error called with success value");
142 std::string ErrMsg;
143 {
144 raw_string_ostream ErrStream(ErrMsg);
145 logAllUnhandledErrors(std::move(Err), ErrStream);
146 }
147 report_fatal_error(ErrMsg);
148}
149
150} // end namespace llvm

Callers 10

errorToErrorCodeFunction · 0.85
keysMethod · 0.85
getNodeKindMethod · 0.85
insertSignalHandlerFunction · 0.85
ReportErrnumFatalFunction · 0.85
beginMethod · 0.85
report_fatal_errorMethod · 0.85
~raw_fd_ostreamMethod · 0.85
popMethod · 0.85

Calls 2

assertClass · 0.85
logAllUnhandledErrorsFunction · 0.85

Tested by

no test coverage detected