| /freebsd/sys/contrib/dev/acpica/components/executer/ |
| H A D | exoparg3.c | 205 ACPI_SIGNAL_FATAL_INFO Fatal; in AcpiExOpcode_3A_0T_0R() local 216 Fatal.Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 217 Fatal.Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 218 Fatal.Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 222 Fatal.Type, Fatal.Code, Fatal.Argument)); in AcpiExOpcode_3A_0T_0R() 226 AcpiOsSignal (ACPI_SIGNAL_FATAL, &Fatal); in AcpiExOpcode_3A_0T_0R()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 82 Fatal(ctx) << "invalid number: " << s1; in parseNumbers() 84 Fatal(ctx) << "invalid number: " << s2; in parseNumbers() 93 Fatal(ctx) << "invalid number: " << s1; in parseVersion() 96 Fatal(ctx) << "invalid number: " << s2; in parseVersion() 114 Fatal(ctx) << "invalid argument to /guard: " << arg; in parseGuard() 137 Fatal(ctx) << "unknown subsystem: " << sysStr; in parseSubsystem() 149 Fatal(ctx) << "/merge: invalid argument: " << s; in parseMerge() 151 Fatal(ctx) << "/merge: cannot merge '.rsrc' with any section"; in parseMerge() 153 Fatal(ctx) << "/merge: cannot merge '.reloc' with any section"; in parseMerge() 203 Fatal(ctx) << "/section: invalid argument: " << s; in parseSectionAttributes() [all …]
|
| H A D | DebugTypes.cpp | 233 Fatal(ctx) << "symbol record too short"; in remapRecord() 322 Fatal(ctx) << "codeview::mergeTypeAndIdRecords failed: " in mergeDebugT() 366 Fatal(ctx) << "Type server does not have TPI stream: " in mergeDebugT() 372 Fatal(ctx) << "Error getting type server IPI stream: " in mergeDebugT() 380 Fatal(ctx) << "codeview::mergeTypeRecords failed: " in mergeDebugT() 388 Fatal(ctx) << "codeview::mergeIdRecords failed: " in mergeDebugT() 577 Fatal(ctx) in registerMapping() 763 Fatal(ctx) << "Type server does not have TPI stream: " in loadGHashes() 774 Fatal(ctx) << "error retrieving IPI stream: " << toString(std::move(e)); in loadGHashes()
|
| H A D | Driver.cpp | 77 COFFSyncStream coff::Fatal(COFFLinkerContext &ctx) { in Fatal() function in coff 78 return {ctx, DiagLevel::Fatal}; in Fatal() 407 Fatal(ctx) << "could not get the buffer for the member defining symbol " in enqueueArchiveMember() 514 Fatal(ctx) << "missing entry point symbol name"; in parseDirectives() 1025 Fatal(ctx) << "cannot create temporary file for import library " << path in createImportLibrary() 1165 Fatal(ctx) << toString(obj) << ": Expected 32-bit integer"; in readCallGraphsFromObjectFiles() 1167 Fatal(ctx) << toString(obj) << ": Expected 32-bit integer"; in readCallGraphsFromObjectFiles() 1169 Fatal(ctx) << toString(obj) << ": Expected 64-bit integer"; in readCallGraphsFromObjectFiles() 1213 Fatal(ctx) << toString(obj) in findKeepUniqueSections() 1216 Fatal(ctx) << toString(obj) in findKeepUniqueSections() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticIDs.h | 84 Fatal = 5 ///< Present this diagnostic as a fatal error. enumerator 137 getSeverity() == diag::Severity::Fatal; in isErrorOrFatal() 180 enum Level : uint8_t { Ignored, Note, Remark, Warning, Error, Fatal }; enumerator 295 return {diag::Severity::Fatal, std::string(Message), CLASS_NOTE, in getCustomDiagID() 306 case DiagnosticIDs::Level::Fatal: in getCustomDiagID() 307 return {diag::Severity::Fatal, std::string(Message), CLASS_ERROR, in getCustomDiagID()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 41 if (DiagLevel == DiagnosticsEngine::Fatal) { in HandleDiagnostic() 42 Fatal = true; in HandleDiagnostic() 49 bool fatalError() const { return Fatal; } in fatalError() 52 bool Fatal = false; member in clang::format::FatalDiagnosticConsumer
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | archive.exp | 23 make: Fatal errors encountered -- cannot continue 29 make: Fatal errors encountered -- cannot continue
|
| H A D | directive-endfor.exp | 2 make: Fatal errors encountered -- cannot continue
|
| H A D | cond-op-or-lint.exp | 2 make: Fatal errors encountered -- cannot continue
|
| H A D | cond-op-and-lint.exp | 2 make: Fatal errors encountered -- cannot continue
|
| H A D | recursive.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | directive-include-fatal.exp | 2 make: Fatal errors encountered -- cannot continue
|
| H A D | directive-hyphen-include.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | directive-dinclude.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | deptgt-path-suffix.exp | 2 make: Fatal errors encountered -- cannot continue
|
| H A D | directive-sinclude.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | dep-op-missing.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | cond-cmp-numeric-eq.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | cond-func-defined.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | varparse-dynamic.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | cond-func-empty.exp | 3 make: Fatal errors encountered -- cannot continue
|
| H A D | opt-debug-hash.exp | 2 make: Fatal errors encountered -- cannot continue
|
| H A D | cond-undef-lint.exp | 4 make: Fatal errors encountered -- cannot continue
|
| H A D | opt-warnings-as-errors.exp | 5 make: Fatal errors encountered -- cannot continue
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 282 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false); in getDefaultMapping() 443 case diag::Severity::Fatal: in toLevel() 444 return DiagnosticIDs::Fatal; in toLevel() 474 diag::Severity Result = diag::Severity::Fatal; in getDiagnosticSeverity() 531 Result = diag::Severity::Fatal; in getDiagnosticSeverity() 535 if (Result == diag::Severity::Fatal && in getDiagnosticSeverity()
|