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

  /external/chromium/third_party/libjingle/source/talk/base/
checks.h 37 void Fatal(const char* file, int line, const char* format, ...);
42 Fatal(__FILE__, __LINE__, "unreachable code")
checks.cc 35 void Fatal(const char* file, int line, const char* format, ...) {
43 LOG(LS_ERROR) << "\n\n#\n# Fatal error in " << file
flags.cc 185 Fatal(__FILE__, __LINE__, "CHECK(%s) failed", "n < buffer_size");
280 Fatal(flag->file(), 0, "flag %s declared twice", flag->name());
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 67 case clang::DiagnosticsEngine::Fatal: {
68 (*mSOS) << "fatal: ";
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 39 case DiagnosticsEngine::Fatal:
LogDiagnosticPrinter.cpp 36 case DiagnosticsEngine::Fatal: return "fatal error";
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 37 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal;
CXLoadedDiagnostic.cpp 83 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal;
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 69 MAP_FATAL = 4 //< Map this diagnostic to a fatal error.
116 Ignored, Note, Warning, Error, Fatal
207 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 137 Fatal = DiagnosticIDs::Fatal
175 bool ErrorsAsFatal; // Treat errors like fatal errors.
275 /// fatal error is emitted, and is sticky.
318 /// fatal) diagnostic that had to be delayed because it was found
425 /// fatal error.
472 /// mapped to fatal, and WARNINGs and EXTENSIONs can be mapped arbitrarily.
498 /// \brief Set the error-as-fatal flag for the given diagnostic. This function
502 /// \brief Set the error-as-fatal flag for the given diagnostic group. This
591 /// only be used for fatal errors detected at inconvenien
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 375 // to error. Errors can only be mapped to fatal.
376 DiagnosticIDs::Level Result = DiagnosticIDs::Fatal;
397 Result = DiagnosticIDs::Fatal;
448 // If -Wfatal-errors is enabled, map errors to fatal unless explicity
452 Result = DiagnosticIDs::Fatal;
606 // Record that a fatal error occurred only when we see a second
608 // fatal error, but suppresses any diagnostics that follow those
610 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
616 // Update counts for DiagnosticErrorTrap even if a fatal error occurred.
623 // If a fatal error has already been emitted, silence all subsequen
    [all...]
  /hardware/ti/omap4xxx/domx/make/
build.mk 340 # Generate fatal error if make variable SHELL is incorrect
343 @$(SHELLCMD) echo Fatal error: SHELL set to $(SHELL) instead of $(MYSHELL)
  /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/qemu/distrib/jpeg-6b/
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/bindings/python/clang/
cindex.py 216 Fatal = 4
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 223 milliseconds