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

  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 58 Fatal,
  /external/chromium_org/extensions/renderer/
console.h 29 void Fatal(content::RenderView* render_view, const std::string& message);
42 void Fatal(v8::Handle<v8::Context> context, const std::string& message);
module_system.cc 32 // Logs a fatal error for the calling context, with some added metadata about
38 // This will only actual be fatal in in dev/canary, since in too many cases
42 void Fatal(ScriptContext* context, const std::string& message) {
59 console::Fatal(context->isolate()->GetCallingContext(), full_message);
85 Fatal(context_, CreateExceptionString(try_catch) + "{" + stack_trace + "}");
270 Fatal(context_,
279 Fatal(context_, module_name + "." + method_name + " is not a function");
380 Fatal(module_system->context_,
503 Fatal(context_, "Natives disabled for requireNative(" + native_name + ")");
514 Fatal(context_
    [all...]
console.cc 109 void Fatal(content::RenderView* render_view, const std::string& message) {
156 void Fatal(v8::Handle<v8::Context> context, const std::string& message) {
  /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.
111 Ignored, Note, Remark, Warning, Error, Fatal
208 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 146 Fatal = DiagnosticIDs::Fatal
174 bool ErrorsAsFatal; // Treat errors like fatal errors.
286 /// \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
457 /// \brief When set to true, any error reported is made a fatal error.
502 if (LastDiagLevel == DiagnosticIDs::Fatal)
532 /// Notes can never be mapped, errors can only be mapped to fatal, and
557 /// \brief Set the error-as-fatal flag for the given diagnostic group.
685 /// only be used for fatal errors detected at inconvenien
    [all...]
  /external/chromium_org/tools/win/split_link/
split_link.cc 33 static void Fatal(const wchar_t* msg) {
34 wprintf(L"split_link fatal error: %s\n", msg);
124 Fatal(L"Couldn't parse command line.");
147 Fatal(error.c_str());
166 Fatal(L"Couldn't retrieve linker location from "
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 42 case DiagnosticsEngine::Fatal:
LogDiagnosticPrinter.cpp 40 case DiagnosticsEngine::Fatal: return "fatal error";
PrintPreprocessedOutput.cpp 462 case diag::Severity::Fatal:
463 OS << "fatal";
SerializedDiagnosticPrinter.cpp 576 CASE(Fatal)
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 38 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal;
CXLoadedDiagnostic.cpp 81 CASE(Fatal)
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 158 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false);
374 case diag::Severity::Fatal:
375 return DiagnosticIDs::Fatal;
407 // to error. Errors can only be mapped to fatal.
408 diag::Severity Result = diag::Severity::Fatal;
461 // If -Wfatal-errors is enabled, map errors to fatal unless explicity
465 Result = diag::Severity::Fatal;
594 // Record that a fatal error occurred only when we see a second
596 // fatal error, but suppresses any diagnostics that follow those
598 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
    [all...]
Diagnostic.cpp 168 (Map == diag::Severity::Fatal || Map == diag::Severity::Error)) &&
175 // Don't allow a mapping to a warning override an error/fatal mapping.
179 Info.getSeverity() == diag::Severity::Fatal)
265 Info.getSeverity() == diag::Severity::Fatal)
277 // fatal errors.
279 return setSeverityForGroup(Group, diag::Severity::Fatal);
293 if (Info.getSeverity() == diag::Severity::Fatal)
    [all...]
  /external/chromium_org/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';
  /external/chromium_org/tools/git/
move_source_file.py 67 raise Exception('Fatal: Failed to run git mv command.')
154 print 'Fatal: You must run from the root of a git checkout.'
  /art/dex2oat/
dex2oat.cc 617 // during development when fatal aborts lead to a cascade of failures
630 Fatal(message); \
683 static void Fatal(const std::string& message) {
699 Fatal(StringPrintf("dex2oat did not finish after %d seconds", kWatchDogTimeoutSeconds));
703 Fatal(message.c_str());
    [all...]
  /external/jpeg/
ltmain.sh 56 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
62 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
972 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/bindings/python/clang/
cindex.py 306 Fatal = 4
    [all...]
  /external/bison/
maint.mk 400 # "FATAL:" should be fully upper-cased in error messages
404 | grep -E '"Warning|"Fatal|"fatal' && \
405 { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \
412 | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \
    [all...]

Completed in 378 milliseconds