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

1 2

  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 45 case DiagnosticsEngine::Ignored: return ' ';
129 if (DiagLevel == DiagnosticsEngine::Ignored)
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 321 /// which is set to indicate whether the diagnostic is ignored by default (in
375 // Specific non-error diagnostics may be mapped to various levels from ignored
389 Result = DiagnosticIDs::Ignored;
402 // Upgrade ignored diagnostics if -Weverything is enabled.
403 if (Diag.EnableAllWarnings && Result == DiagnosticIDs::Ignored &&
413 return DiagnosticIDs::Ignored;
422 // Upgrade ignored diagnostics to warnings.
423 if (Result == DiagnosticIDs::Ignored)
427 // Upgrade ignored or warning diagnostics to errors.
428 if (Result == DiagnosticIDs::Ignored || Result == DiagnosticIDs::Warning
    [all...]
Diagnostic.cpp 107 // Set LastDiagLevel to an "unset" state. If we set it to 'Ignored', notes
401 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
    [all...]
  /external/chromium/net/ftp/
ftp_directory_listing_parser_windows_unittest.cc 72 TEST_F(FtpDirectoryListingParserWindowsTest, Ignored) {
ftp_directory_listing_parser_ls_unittest.cc 120 TEST_F(FtpDirectoryListingParserLsTest, Ignored) {
  /external/regex-re2/re2/
regexp.cc 488 typedef int Ignored; // Walker<void> doesn't exist
491 class NumCapturesWalker : public Regexp::Walker<Ignored> {
496 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
499 return ignored;
501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
504 return ignored;
    [all...]
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 32 case DiagnosticsEngine::Ignored: return "ignored";
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 33 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored;
CXLoadedDiagnostic.cpp 79 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored;
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 296 FuncLoc) == DiagnosticsEngine::Ignored)
299 FuncLoc) == DiagnosticsEngine::Ignored)
302 == DiagnosticsEngine::Ignored);
309 == DiagnosticsEngine::Ignored);
    [all...]
Sema.cpp 665 != DiagnosticsEngine::Ignored)
724 != DiagnosticsEngine::Ignored) {
850 // The last diagnostic which Sema produced was ignored. Suppress any
    [all...]
SemaCast.cpp     [all...]
SemaStmt.cpp 433 // FIXME: Introduce a second, default-ignored warning for this case?
453 // FIXME: Introduce a second, default-ignored warning for this case?
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 118 Ignored, Note, Warning, Error, Fatal
159 bool ignored; local
160 return isBuiltinExtensionDiag(DiagID, ignored);
167 /// diagnostic is ignored by default (in which case -pedantic enables it) or
Diagnostic.h 135 Ignored = DiagnosticIDs::Ignored,
424 /// \brief When set to true, any unmapped warnings are ignored.
430 /// \brief When set to true, any unmapped ignored warnings are no longer
431 /// ignored.
481 /// \brief Pretend that the last diagnostic issued was ignored.
485 LastDiagLevel = DiagnosticIDs::Ignored;
506 /// ignored.
642 /// will be ignored.
    [all...]
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 153 if (D.getLevel() == DiagnosticsEngine::Ignored)
  /external/clang/lib/Lex/
PPLexerChange.cpp 359 StartLoc) != DiagnosticsEngine::Ignored) {
PPDirectives.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 747 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
749 SDValue Hi(Ignored.getNode(), 1);
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 165 Ignored Tokens
  /external/v8/tools/
tickprocessor.js 177 // Ignored events.
414 // Print the unknown ticks percentage if they are not ignored.
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 376 milliseconds

1 2