Searched refs:Fatal (Results 51 - 75 of 76) sorted by relevance

1234

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-if.exp15 make: Fatal errors encountered -- cannot continue
H A Dvarmod-edge.exp21 make: Fatal errors encountered -- cannot continue
H A Dvarmod-to-separator.exp17 make: Fatal errors encountered -- cannot continue
H A Dvarname.exp22 make: Fatal errors encountered -- cannot continue
H A Dcond-op.exp18 make: Fatal errors encountered -- cannot continue
H A Ddirective-misspellings.exp43 make: Fatal errors encountered -- cannot continue
H A Dvarmod-ifelse.exp18 make: Fatal errors encountered -- cannot continue
H A Dvarmod-indirect.exp57 make: Fatal errors encountered -- cannot continue
H A Dvarmod-match-escape.exp59 make: Fatal errors encountered -- cannot continue
H A Dvardebug.exp84 make: Fatal errors encountered -- cannot continue
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp175 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false);
390 case diag::Severity::Fatal:
391 return DiagnosticIDs::Fatal;
426 diag::Severity Result = diag::Severity::Fatal;
458 // Honor -w: this disables all messages which which are not Error/Fatal by
480 Result = diag::Severity::Fatal;
484 if (Result == diag::Severity::Fatal &&
656 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
H A DDiagnostic.cpp323 case diag::Severity::Fatal: llvm::errs() << "fatal"; break;
353 (Map == diag::Severity::Fatal || Map == diag::Severity::Error)) &&
362 Info.getSeverity() == diag::Severity::Fatal) {
426 Info.getSeverity() == diag::Severity::Fatal)
441 diag::Severity::Fatal);
456 if (Info.getSeverity() == diag::Severity::Fatal)
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp27 case DiagnosticsEngine::Fatal:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp104 bool llvm::HexagonMCShuffle(MCContext &Context, bool Fatal, argument
107 HexagonMCShuffler MCS(Context, Fatal, MCII, STI, MCB);
/freebsd-13-stable/contrib/bmake/
H A Dcompat.c365 Fatal("Could not fork");
402 Fatal("error in wait: %d: %s", retstat, strerror(errno));
553 if (Job_CheckCommands(gn, Fatal)) {
H A Dnonints.h133 void Fatal(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2) MAKE_ATTR_DEAD;
H A Dmain.c83 * Fatal Print an error message and exit.
1246 Fatal("%s: no system rules (%s).", progname, _PATH_DEFSYSMK);
1253 Fatal("%s: cannot open %s.",
1333 Fatal("%s: cannot open %s.", progname, fname);
1929 Fatal(const char *fmt, ...) function
1995 Fatal("%d error%s", errs, errs == 1 ? "" : "s");
H A Djob.c2892 Fatal("eof on job pipe!");
2895 Fatal("job pipe read: %s", strerror(errno));
2913 Fatal("A failure has been detected "
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp33 case DiagnosticsEngine::Fatal: return "fatal error";
H A DPrintPreprocessedOutput.cpp520 case diag::Severity::Fatal:
H A DSerializedDiagnosticPrinter.cpp635 CASE(Fatal)
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h285 } Fatal; member in union:acpi_aml_operands
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h162 Fatal = DiagnosticIDs::Fatal enumerator in enum:clang::DiagnosticsEngine::Level
679 if (LastDiagLevel == DiagnosticIDs::Fatal)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp215 case DiagnosticsEngine::Level::Fatal:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1207 .Case("fatal", diag::Severity::Fatal)

Completed in 179 milliseconds

1234