Searched refs:Fatal (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm_pass1.c40 Fatal("Probably not a CTM-patch at all.");
48 Fatal("CTM-patch is wrong version.");
83 Fatal("Expected CTM keyword.");
94 Fatal("Expected CTM keyword.");
118 Fatal("Absolute paths are illegal.");
126 Fatal("Paths containing '..' are illegal.");
167 Fatal("Non-digit in uid.");
177 Fatal("Non-digit in gid.");
187 Fatal("Non-digit in mode.");
202 Fatal("Unqualifie
[all...]
H A Dctm_input.c22 fprintf(stderr,"Fatal error. (%s:%d)\n",fn,ln);
23 fprintf(stderr,"%s Fatal error: %s\n",FileName, kind);
25 #define Fatal(foo) Fatal_(__LINE__,__FILE__,foo) macro
38 Fatal("Truncated patch.");
45 Fatal("Corrupt patch.");
53 Fatal("Corrupt patch.");
76 Fatal("Bytecount contains non-digit.");
91 Fatal("Truncated patch.");
98 Fatal("Corrupt patch.");
H A Dctm.h141 #define Fatal(foo) Fatal_(__LINE__,__FILE__,foo) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h31 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, argument
33 : HexagonShuffler(Context, Fatal, MCII, STI) {
37 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, argument
40 : HexagonShuffler(Context, Fatal, MCII, STI) {
56 bool HexagonMCShuffle(MCContext &Context, bool Fatal, MCInstrInfo const &MCII,
H A DHexagonMCShuffler.cpp104 bool llvm::HexagonMCShuffle(MCContext &Context, bool Fatal, argument
107 HexagonMCShuffler MCS(Context, Fatal, MCII, STI, MCB);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h48 Fatal, enumerator in enum:clang::serialized_diags::Level
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dcond2.exp5 make: Fatal errors encountered -- cannot continue
H A Dforloop.exp17 make: Fatal errors encountered -- cannot continue
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexoparg3.c204 ACPI_SIGNAL_FATAL_INFO *Fatal; local
214 case AML_FATAL_OP: /* Fatal (FatalType FatalCode FatalArg) */
223 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO));
224 if (Fatal)
226 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
227 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
228 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
233 Status = AcpiOsSignal (ACPI_SIGNAL_FATAL, Fatal);
237 ACPI_FREE (Fatal);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp46 case DiagnosticsEngine::Fatal:
69 case DiagnosticsEngine::Fatal:
H A DLogDiagnosticPrinter.cpp33 case DiagnosticsEngine::Fatal: return "fatal error";
H A DPrintPreprocessedOutput.cpp520 case diag::Severity::Fatal:
H A DSerializedDiagnosticPrinter.cpp620 CASE(Fatal)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h78 /// map ERRORs to Error or Fatal (stop emitting diagnostics after this one).
85 Fatal = 5 ///< Present this diagnostic as a fatal error. member in class:clang::diag::Severity
127 getSeverity() == diag::Severity::Fatal;
167 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
H A DDiagnostic.h158 Fatal = DiagnosticIDs::Fatal enumerator in enum:clang::DiagnosticsEngine::Level
675 if (LastDiagLevel == DiagnosticIDs::Fatal)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp174 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false);
389 case diag::Severity::Fatal:
390 return DiagnosticIDs::Fatal;
425 diag::Severity Result = diag::Severity::Fatal;
457 // Honor -w: this disables all messages which which are not Error/Fatal by
479 Result = diag::Severity::Fatal;
483 if (Result == diag::Severity::Fatal &&
655 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
H A DDiagnostic.cpp317 case diag::Severity::Fatal: llvm::errs() << "fatal"; break;
347 (Map == diag::Severity::Fatal || Map == diag::Severity::Error)) &&
356 Info.getSeverity() == diag::Severity::Fatal) {
420 Info.getSeverity() == diag::Severity::Fatal)
435 diag::Severity::Fatal);
450 if (Info.getSeverity() == diag::Severity::Fatal)
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp27 case DiagnosticsEngine::Fatal:
/freebsd-12-stable/contrib/bmake/
H A Dnonints.h114 void Fatal(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2) MAKE_ATTR_DEAD;
H A Dcompat.c387 Fatal("Could not fork");
493 Fatal("error in wait: %d: %s", retstat, strerror(errno));
604 if (Job_CheckCommands(gn, Fatal)) {
H A Dmain.c105 * Fatal Print an error message and exit. Also takes
913 Fatal("%s: variable name too big: %s",
1367 Fatal("%s: no system rules (%s).", progname,
1371 Fatal("%s: cannot open %s.", progname,
1380 Fatal("%s: cannot open %s.", progname,
1793 * Fatal --
1794 * Produce a Fatal error message. If jobs are running, waits for them
1805 Fatal(const char *fmt, ...) function
1895 Fatal("%d error%s", errors, errors == 1 ? "" : "s");
H A Djob.c3054 Fatal("eof on job pipe!");
3057 Fatal("job pipe read: %s", strerror(errno));
3075 Fatal("A failure has been detected in another branch of the parallel make");
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h285 } Fatal; member in union:acpi_aml_operands
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp192 case DiagnosticsEngine::Level::Fatal:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1202 .Case("fatal", diag::Severity::Fatal)

Completed in 305 milliseconds

12