Home
last modified time | relevance | path

Searched refs:IsFatal (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp158 bool Message::IsFatal() const { in IsFatal() function in Fortran::parser::Message
392 if (msg.IsFatal()) { in AnyFatalError()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp247 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() local
251 if (!R.getLocation().isValid() || IsFatal) in reportGISelDiagnostic()
254 if (IsFatal) in reportGISelDiagnostic()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h224 bool IsFatal() const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3244 CheckRecoverableKind RecoverKind, bool IsFatal, in emitCheckHandlerCall() argument
3246 assert(IsFatal || RecoverKind != CheckRecoverableKind::Unrecoverable); in emitCheckHandlerCall()
3253 IsFatal && RecoverKind != CheckRecoverableKind::Unrecoverable; in emitCheckHandlerCall()
3265 !IsFatal || RecoverKind == CheckRecoverableKind::AlwaysRecoverable; in emitCheckHandlerCall()