Lines Matching defs:fatal
127 explicit ScopedInErrorReport(bool fatal = false)
128 : halt_on_error_(fatal || flags()->halt_on_error) {
218 ScopedInErrorReport in_report(/*fatal*/ true);
268 ScopedInErrorReport in_report(/*fatal*/ true);
275 ScopedInErrorReport in_report(/*fatal*/ true);
281 ScopedInErrorReport in_report(/*fatal*/ true);
288 ScopedInErrorReport in_report(/*fatal*/ true);
296 ScopedInErrorReport in_report(/*fatal*/ true);
304 ScopedInErrorReport in_report(/*fatal*/ true);
312 ScopedInErrorReport in_report(/*fatal*/ true);
319 ScopedInErrorReport in_report(/*fatal*/ true);
325 ScopedInErrorReport in_report(/*fatal*/ true);
487 uptr access_size, u32 exp, bool fatal) {
492 if (!fatal && SuppressErrorReport(pc)) return;
504 ScopedInErrorReport in_report(fatal);
518 bool fatal = flags()->halt_on_error;
519 ReportGenericError(pc, bp, sp, addr, is_write, access_size, exp, fatal);