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

1 2 3

  /build/soong/ui/logger/
logger.go 25 // In order to better handle resource cleanup after a Fatal error, the Fatal
59 // Fatal* is equivalent to Print* followed by a call to panic that
62 Fatal(v ...interface{})
75 // fatalLog is the type used when Fatal[f|ln]
121 // Recover can be used with defer in a GoRoutine to convert a Fatal panics to
176 s.Fatal(err.Error())
193 // log file and convert any Fatal panics back to os.Exit(1)
195 fatal := false
199 fatal = tru
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
SerializedDiagnostics.h 49 Fatal,
  /prebuilts/go/darwin-x86/src/log/
log.go 7 // Logger accessible through helper functions Print[f|ln], Fatal[f|ln], and
13 // The Fatal functions call os.Exit(1) after writing the log message.
190 // Fatal is equivalent to l.Print() followed by a call to os.Exit(1).
191 func (l *Logger) Fatal(v ...interface{}) {
304 // Fatal is equivalent to Print() followed by a call to os.Exit(1).
305 func Fatal(v ...interface{}) {
  /prebuilts/go/linux-x86/src/log/
log.go 7 // Logger accessible through helper functions Print[f|ln], Fatal[f|ln], and
13 // The Fatal functions call os.Exit(1) after writing the log message.
190 // Fatal is equivalent to l.Print() followed by a call to os.Exit(1).
191 func (l *Logger) Fatal(v ...interface{}) {
304 // Fatal is equivalent to Print() followed by a call to os.Exit(1).
305 func Fatal(v ...interface{}) {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 188 // Fatal is equivalent to Log() followed by FailNow().
189 func (c *common) Fatal(args ...interface{}) {
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 188 // Fatal is equivalent to Log() followed by FailNow().
189 func (c *common) Fatal(args ...interface{}) {
  /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.,
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 40 Fatal,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
110 getSeverity() == diag::Severity::Fatal;
121 /// fatal error.
144 Ignored, Note, Remark, Warning, Error, Fatal
241 /// The diagnostic should be reported. Various fatal errors (e.g.,
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
110 getSeverity() == diag::Severity::Fatal;
121 /// fatal error.
150 Ignored, Note, Remark, Warning, Error, Fatal
247 /// The diagnostic should be reported. Various fatal errors (e.g.,
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
110 getSeverity() == diag::Severity::Fatal;
121 /// fatal error.
150 Ignored, Note, Remark, Warning, Error, Fatal
247 /// The diagnostic should be reported. Various fatal errors (e.g.,

Completed in 383 milliseconds

1 2 3