Home
last modified time | relevance | path

Searched refs:Fatal (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexoparg3.c205 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 DDriverUtils.cpp82 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 DDebugTypes.cpp233 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 DDriver.cpp77 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 DDiagnosticIDs.h84 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 DTokenAnalyzer.cpp41 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 Darchive.exp23 make: Fatal errors encountered -- cannot continue
29 make: Fatal errors encountered -- cannot continue
H A Ddirective-endfor.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-or-lint.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-and-lint.exp2 make: Fatal errors encountered -- cannot continue
H A Drecursive.exp3 make: Fatal errors encountered -- cannot continue
H A Ddirective-include-fatal.exp2 make: Fatal errors encountered -- cannot continue
H A Ddirective-hyphen-include.exp3 make: Fatal errors encountered -- cannot continue
H A Ddirective-dinclude.exp3 make: Fatal errors encountered -- cannot continue
H A Ddeptgt-path-suffix.exp2 make: Fatal errors encountered -- cannot continue
H A Ddirective-sinclude.exp3 make: Fatal errors encountered -- cannot continue
H A Ddep-op-missing.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-cmp-numeric-eq.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-func-defined.exp3 make: Fatal errors encountered -- cannot continue
H A Dvarparse-dynamic.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-func-empty.exp3 make: Fatal errors encountered -- cannot continue
H A Dopt-debug-hash.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-undef-lint.exp4 make: Fatal errors encountered -- cannot continue
H A Dopt-warnings-as-errors.exp5 make: Fatal errors encountered -- cannot continue
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp282 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()

123456789