Home
last modified time | relevance | path

Searched defs:Fatal (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.h31 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, in HexagonMCShuffler()
37 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, in HexagonMCShuffler()
DHexagonMCShuffler.cpp104 bool llvm::HexagonMCShuffle(MCContext &Context, bool Fatal, in HexagonMCShuffle()
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
Dexoparg3.c204 ACPI_SIGNAL_FATAL_INFO *Fatal; in AcpiExOpcode_3A_0T_0R() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DSerializedDiagnostics.h48 Fatal, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticIDs.h86 Fatal = 5 ///< Present this diagnostic as a fatal error. enumerator
168 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h200 Fatal = DiagnosticIDs::Fatal enumerator
/freebsd-12-stable/usr.sbin/ctm/ctm/
Dctm_input.c25 #define Fatal(foo) Fatal_(__LINE__,__FILE__,foo) macro
Dctm.h141 #define Fatal(foo) Fatal_(__LINE__,__FILE__,foo) macro
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dacstruct.h285 } Fatal; member
/freebsd-12-stable/contrib/bmake/
Dmain.c1805 Fatal(const char *fmt, ...) in Fatal() function