HomeSort by: relevance | last modified time | path
    Searched defs:Fatal (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exoparg3.c 96 ACPI_SIGNAL_FATAL_INFO Fatal;
105 case AML_FATAL_OP: /* Fatal (FatalType FatalCode FatalArg) */
107 Fatal.Type = (UINT32) Operand[0]->Integer.Value;
108 Fatal.Code = (UINT32) Operand[1]->Integer.Value;
109 Fatal.Argument = (UINT32) Operand[2]->Integer.Value;
112 "Fatal ACPI BIOS error (Type 0x%X Code 0x%X Arg 0x%X)\n",
113 Fatal.Type, Fatal.Code, Fatal.Argument));
117 AcpiOsSignal (ACPI_SIGNAL_FATAL, &Fatal);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnostics.h 48 Fatal,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticIDs.h 79 /// map ERRORs to Error or Fatal (stop emitting diagnostics after this one).
86 Fatal = 5 ///< Present this diagnostic as a fatal error.
93 ///< problem. Can be made fatal by -Werror.
128 getSeverity() == diag::Severity::Fatal;
139 /// fatal error.
168 Ignored, Note, Remark, Warning, Error, Fatal
265 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 200 Fatal = DiagnosticIDs::Fatal
258 // Treat fatal errors like errors.
324 // Treat errors like fatal errors.
473 /// Sticky flag set to \c true when a fatal error is emitted.
518 /// fatal) diagnostic that had to be delayed because it was found
669 /// When set to true, any error reported is made a fatal error.
673 /// \brief When set to true, any fatal error reported is made an error.
755 if (LastDiagLevel == DiagnosticIDs::Fatal)
789 /// Notes can never be mapped, errors can only be mapped to fatal, an
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 177 } Fatal;
  /src/usr.bin/make/
main.c 83 * Fatal Print an error message and exit.
1183 Fatal("%s: no system rules (%s).", progname, _PATH_DEFSYSMK);
1190 Fatal("%s: cannot open %s.",
1276 Fatal("%s: cannot open %s.", progname, fname);
1876 Fatal(const char *fmt, ...)
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 378 Fatal = 4

Completed in 40 milliseconds