HomeSort by relevance Sort by last modified time
    Searched refs:Fatal (Results 1 - 22 of 22) 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: ";
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 32 MsgHandler fatal(unsigned int pID);
49 inline mcld::MsgHandler mcld::fatal(unsigned int pID) function in class:mcld
51 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 57 case DiagnosticEngine::Fatal: {
59 m_OStream << "Fatal: ";
121 case DiagnosticEngine::Fatal: {
DiagnosticInfos.cpp 154 // If --fatal-warnings is turned on, then switch warnings and errors to fatal
158 severity = DiagnosticEngine::Fatal;
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 37 case DiagnosticsEngine::Fatal: return "fatal error";
TextDiagnosticBuffer.cpp 39 case DiagnosticsEngine::Fatal:
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 36 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal;
CXLoadedDiagnostic.cpp 76 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal;
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 42 Fatal,
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 67 MAP_FATAL = 4 ///< Map this diagnostic to a fatal error.
114 Ignored, Note, Warning, Error, Fatal
206 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 140 Fatal = DiagnosticIDs::Fatal
173 bool ErrorsAsFatal; // Treat errors like fatal errors.
287 /// \brief Sticky flag set to \c true when a fatal error is emitted.
331 /// fatal) diagnostic that had to be delayed because it was found
445 /// \brief When set to true, any error reported is made a fatal error.
494 if (LastDiagLevel == DiagnosticIDs::Fatal)
519 /// Notes can never be mapped, errors can only be mapped to fatal, and
550 /// \brief Set the error-as-fatal flag for the given diagnostic.
555 /// \brief Set the error-as-fatal flag for the given diagnostic group
    [all...]
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 49 case DiagnosticsEngine::Fatal: return 'F';
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 410 // to error. Errors can only be mapped to fatal.
411 DiagnosticIDs::Level Result = DiagnosticIDs::Fatal;
432 Result = DiagnosticIDs::Fatal;
483 // If -Wfatal-errors is enabled, map errors to fatal unless explicity
487 Result = DiagnosticIDs::Fatal;
624 // Record that a fatal error occurred only when we see a second
626 // fatal error, but suppresses any diagnostics that follow those
628 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
634 // Update counts for DiagnosticErrorTrap even if a fatal error occurred.
641 // 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 283 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...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 355 milliseconds