HomeSort by relevance Sort by last modified time
    Searched refs:Fatal (Results 1 - 25 of 46) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
k1om-inval.l 2 Fatal error: Intel K1OM is 64bit only
l1om-inval.l 2 Fatal error: Intel L1OM is 64bit only
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
nan-error-2.l 2 Fatal error: invalid NaN setting -mnan=foo
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z9-109-err.l 2 .*:3: Fatal error: odd numbered general purpose register specified as register pair
  /external/vboot_reference/futility/
cmd_vbutil_kernel.c 30 static void Fatal(const char *format, ...)
181 Fatal("Unable to stat %s: %s\n", filename, strerror(errno));
196 Fatal("%s is too small to be a valid kernel blob\n");
201 Fatal("Unable to open file %s: %s\n", filename,
206 Fatal("Unable to read entirety of %s: %s\n", filename,
393 Fatal("Missing required keyblock file.\n");
397 Fatal("Error reading key block.\n");
400 Fatal("Missing required signprivate file.\n");
404 Fatal("Error reading signing key.\n");
407 Fatal("Missing required config file.\n")
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /external/clang/test/SemaCXX/
return-noreturn.cpp 231 struct Fatal { ~Fatal() __attribute__((noreturn)); };
232 struct FatalCopy { FatalCopy(); FatalCopy(const FatalCopy&, Fatal F = Fatal()); };
237 X work([](){ Fatal(); });
  /external/skia/experimental/fiddle/
fiddler.go 128 glog.Fatal(err)
132 glog.Fatal(err)
136 glog.Fatal(err)
146 glog.Fatal(err)
155 glog.Fatal(err)
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 111 log.Fatal("Need a -system-root to dump symbols for")
117 log.Fatal("-dump-to location: %v", err)
119 log.Fatal("-dump-to location is not a directory")
130 log.Fatal("Failed to create temporary directory: %v", err)
269 log.Fatal("Error creating symbol file:", err)
291 log.Fatal("Could not open directory to upload: %v", err)
297 log.Fatal("Could not read directory: %v", err)
338 log.Fatal("Could not open %s: %v", loc, err)
345 log.Fatal("Error reading directory %s: %v", loc, err)
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 61 case clang::DiagnosticsEngine::Fatal: {
62 stream << "fatal: ";
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 61 /// map ERRORs to Error or Fatal (stop emitting diagnostics after this one).
68 Fatal = 5 ///< Present this diagnostic as a fatal error.
75 ///< problem. Can be made fatal by -Werror.
120 Ignored, Note, Remark, Warning, Error, Fatal
217 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 147 Fatal = DiagnosticIDs::Fatal
175 bool ErrorsAsFatal; // Treat errors like fatal errors.
287 /// \brief Sticky flag set to \c true when a fatal error is emitted.
328 /// fatal) diagnostic that had to be delayed because it was found
454 /// \brief When set to true, any error reported is made a fatal error.
499 if (LastDiagLevel == DiagnosticIDs::Fatal)
529 /// Notes can never be mapped, errors can only be mapped to fatal, and
558 /// \brief Set the error-as-fatal flag for the given diagnostic group.
687 /// only be used for fatal errors detected at inconvenien
    [all...]
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 42 case DiagnosticsEngine::Fatal:
LogDiagnosticPrinter.cpp 34 case DiagnosticsEngine::Fatal: return "fatal error";
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 40 Fatal,
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 29 MsgHandler fatal(unsigned int pID);
45 inline mcld::MsgHandler mcld::fatal(unsigned int pID) { function in class:mcld
46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 61 case DiagnosticEngine::Fatal: {
63 m_OStream << "Fatal: ";
125 case DiagnosticEngine::Fatal: {
DiagnosticInfos.cpp 162 // If --fatal-warnings is turned on, then switch warnings and errors to fatal
166 severity = DiagnosticEngine::Fatal;
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 38 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal;
CXLoadedDiagnostic.cpp 84 CASE(Fatal)
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 159 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false);
376 case diag::Severity::Fatal:
377 return DiagnosticIDs::Fatal;
411 // to error. Errors can only be mapped to fatal.
412 diag::Severity Result = diag::Severity::Fatal;
458 // If -Wfatal-errors is enabled, map errors to fatal unless explicity
462 Result = diag::Severity::Fatal;
608 // Update counts for DiagnosticErrorTrap even if a fatal error occurred
620 // Record that a fatal error occurred only when we see a second
622 // fatal error, but suppresses any diagnostics that follow thos
    [all...]
Diagnostic.cpp 185 (Map == diag::Severity::Fatal || Map == diag::Severity::Error)) &&
192 // Don't allow a mapping to a warning override an error/fatal mapping.
196 Info.getSeverity() == diag::Severity::Fatal)
285 Info.getSeverity() == diag::Severity::Fatal)
297 // fatal errors.
300 diag::Severity::Fatal);
315 if (Info.getSeverity() == diag::Severity::Fatal)
    [all...]
  /bionic/tools/relocation_packer/src/
debug_unittest.cc 40 LOG_IF(FATAL, false) << "FATAL log message, SHOULD NOT PRINT";
101 TEST(DebugDeathTest, Fatal) {
104 EXPECT_DEATH(LOG(FATAL) << "FATAL log message", "FATAL: FATAL log message");
106 LOG_IF(FATAL, true) << "FATAL log message", "FATAL: FATAL log message")
    [all...]
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 28 case DiagnosticsEngine::Fatal:
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 50 case DiagnosticsEngine::Fatal: return 'F';

Completed in 434 milliseconds

1 2