Home | History | Annotate | Download | only in asan

Lines Matching defs:fatal

633                                bool fatal = false) {
634 halt_on_error_ = fatal || flags()->halt_on_error;
742 ScopedInErrorReport in_report(/*report*/ nullptr, /*fatal*/ true);
758 ScopedInErrorReport in_report(/*report*/ nullptr, /*fatal*/ true);
1062 uptr access_size, u32 exp, bool fatal) {
1063 if (!fatal && SuppressErrorReport(pc)) return;
1172 ScopedInErrorReport in_report(&report, fatal);
1209 bool fatal = flags()->halt_on_error;
1210 ReportGenericError(pc, bp, sp, addr, is_write, access_size, exp, fatal);