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

1234

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-op-and-lint.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-and.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-or-lint.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-or.exp2 make: Fatal errors encountered -- cannot continue
H A Ddirective-endfor.exp2 make: Fatal errors encountered -- cannot continue
H A Ddirective-include-fatal.exp2 make: Fatal errors encountered -- cannot continue
H A Drecursive.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-cmp-numeric-eq.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-func-empty.exp3 make: Fatal errors encountered -- cannot continue
H A Ddirective-undef.exp3 make: Fatal errors encountered -- cannot continue
H A Dvarmod-sysv.exp3 make: Fatal errors encountered -- cannot continue
H A Dvarparse-dynamic.exp3 make: Fatal errors encountered -- cannot continue
H A Dvarparse-errors.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-op-parentheses.exp4 make: Fatal errors encountered -- cannot continue
H A Dcond-token-var.exp5 make: Fatal errors encountered -- cannot continue
H A Dcond-undef-lint.exp5 make: Fatal errors encountered -- cannot continue
H A Ddirective-for-generating-endif.exp5 make: Fatal errors encountered -- cannot continue
H A Dopt-file.exp5 make: Fatal errors encountered -- cannot continue
H A Dopt-warnings-as-errors.exp5 make: Fatal errors encountered -- cannot continue
H A Dvar-op-assign.exp4 make: Fatal errors encountered -- cannot continue
H A Dvarmod-order.exp5 make: Fatal errors encountered -- cannot continue
H A Dcond-cmp-numeric.exp9 make: Fatal errors encountered -- cannot continue
/freebsd-13-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,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h48 Fatal, enumerator in enum:clang::serialized_diags::Level
/freebsd-13-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);

Completed in 173 milliseconds

1234