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

1 2

  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 50 Remark
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 38 case DiagnosticsEngine::Remark:
57 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Remark, "%0"))
TextDiagnosticPrinter.cpp 85 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt;
LogDiagnosticPrinter.cpp 30 case DiagnosticsEngine::Remark: return "remark";
FrontendActions.cpp 529 for (const std::string &Remark : DiagOpts->Remarks)
530 Out.indent(6) << "-R" << Remark << "\n";
VerifyDiagnosticConsumer.cpp 332 else if (PH.Next("remark"))
761 // See if there are remark mismatches.
762 NumProblems += CheckLists(Diags, SourceMgr, "remark", ED.Remarks,
764 bool(DiagnosticLevelMask::Remark & DiagMask));
872 if (bool(DiagnosticLevelMask::Remark & DiagMask))
874 Buffer->remark_end(), "remark");
PrintPreprocessedOutput.cpp 459 case diag::Severity::Remark:
460 OS << "remark";
SerializedDiagnosticPrinter.cpp 637 CASE(Remark)
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 59 /// to either Ignore (nothing), Remark (emit a remark), Warning
65 Remark = 2, ///< Present this diagnostic as a remark.
76 Remark ///< A diagnostic that indicates normal progress through
120 Ignored, Note, Remark, Warning, Error, Fatal
DiagnosticOptions.h 33 Remark = 1 << 1,
36 All = Note | Remark | Warning | Error
Diagnostic.h 144 Remark = DiagnosticIDs::Remark,
    [all...]
  /external/llvm/test/Bindings/OCaml/
diagnostic_handler.ml 17 | Remark -> Printf.printf "Diagnostic severity is Remark\n"
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 34 case DiagnosticsEngine::Remark:
35 // The 'Remark' level isn't represented in the stable API.
CXLoadedDiagnostic.cpp 86 // The 'Remark' level isn't represented in the stable API.
87 case serialized_diags::Remark: return CXDiagnostic_Warning;
  /external/clang/lib/Basic/
Warnings.cpp 23 // Remark options are also handled here, analogously, except that they are much
24 // simpler because a remark can't be promoted to an error.
200 const auto Flavor = diag::Flavor::Remark;
207 auto Severity = IsPositive ? diag::Severity::Remark
211 // in remark groups, so we don't need a separate 'all remarks enabled'
225 IsPositive ? diag::Severity::Remark
DiagnosticIDs.cpp 62 return Class == CLASS_REMARK ? diag::Flavor::Remark
370 case diag::Severity::Remark:
371 return DiagnosticIDs::Remark;
528 return Flavor == diag::Flavor::Remark;
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 25 case DiagnosticsEngine::Remark:
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 47 case DiagnosticsEngine::Remark: return 'R';
  /external/llvm/lib/IR/
LLVMContext.cpp 232 if (auto *Remark = dyn_cast<DiagnosticInfoOptimizationBase>(&DI))
233 return Remark->isEnabled();
246 return "remark";
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 158 Remark *uint16
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 158 Remark *uint16
  /prebuilts/go/darwin-x86/src/math/
erf.go 50 // Remark. The formula is derived by noting
65 // Remark: here we use the taylor series expansion at x=1.
  /prebuilts/go/linux-x86/src/math/
erf.go 50 // Remark. The formula is derived by noting
65 // Remark: here we use the taylor series expansion at x=1.
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 444 Remark: nil,
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 444 Remark: nil,

Completed in 300 milliseconds

1 2