Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp256 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() local
260 if (!R.getLocation().isValid() || IsFatal) in reportGISelDiagnostic()
263 if (IsFatal) in reportGISelDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h835 bool IsFatal);
H A DCGExpr.cpp3478 CheckRecoverableKind RecoverKind, bool IsFatal, in emitCheckHandlerCall() argument
3480 assert(IsFatal || RecoverKind != CheckRecoverableKind::Unrecoverable); in emitCheckHandlerCall()
3487 IsFatal && RecoverKind != CheckRecoverableKind::Unrecoverable; in emitCheckHandlerCall()
3499 !IsFatal || RecoverKind == CheckRecoverableKind::AlwaysRecoverable; in emitCheckHandlerCall()
H A DCGStmtOpenMP.cpp5345 bool IsFatal = false; in EmitOMPErrorDirective() local
5347 IsFatal = true; in EmitOMPErrorDirective()
5348 CGM.getOpenMPRuntime().emitErrorCall(*this, S.getBeginLoc(), ME, IsFatal); in EmitOMPErrorDirective()
H A DCGOpenMPRuntime.cpp2396 Expr *ME, bool IsFatal) { in emitErrorCall() argument
2404 llvm::ConstantInt::get(CGM.Int32Ty, IsFatal ? 2 : 1), in emitErrorCall()