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

1 2

  /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/Basic/
DiagnosticIDs.cpp 320 /// which is set to indicate whether the diagnostic is ignored by default (in
374 // Specific non-error diagnostics may be mapped to various levels from ignored
388 Result = DiagnosticIDs::Ignored;
401 // Upgrade ignored diagnostics if -Weverything is enabled.
402 if (Diag.EnableAllWarnings && Result == DiagnosticIDs::Ignored &&
412 return DiagnosticIDs::Ignored;
421 // Upgrade ignored diagnostics to warnings.
422 if (Result == DiagnosticIDs::Ignored)
426 // Upgrade ignored or warning diagnostics to errors.
427 if (Result == DiagnosticIDs::Ignored || Result == DiagnosticIDs::Warning
    [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/include/clang/Basic/
DiagnosticIDs.h 116 Ignored, Note, Warning, Error, Fatal
158 bool ignored; local
159 return isBuiltinExtensionDiag(DiagID, ignored);
164 /// which is set to indicate whether the diagnostic is ignored by default (in
Diagnostic.h 133 Ignored = DiagnosticIDs::Ignored,
409 /// ignored. If this and WarningsAsErrors are both set, then this one wins.
413 /// setEnableAllWarnings - When set to true, any unmapped ignored warnings
414 /// are no longer ignored. If this and IgnoreAllWarnings are both set,
449 /// \brief Pretend that the last diagnostic issued was ignored. This can
452 LastDiagLevel = DiagnosticIDs::Ignored;
471 /// warnings are ignored. Notes can never be mapped, errors can only be
594 /// will be ignored.
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 293 FuncLoc) == DiagnosticsEngine::Ignored)
296 FuncLoc) == DiagnosticsEngine::Ignored)
299 == DiagnosticsEngine::Ignored);
306 == DiagnosticsEngine::Ignored);
784 DiagnosticsEngine::Ignored);
787 DiagnosticsEngine::Ignored);
    [all...]
Sema.cpp 577 != DiagnosticsEngine::Ignored)
719 // The last diagnostic which Sema produced was ignored. Suppress any
    [all...]
SemaDeclObjC.cpp     [all...]
SemaCast.cpp     [all...]
SemaDecl.cpp     [all...]
SemaChecking.cpp 3772 bool ignored; local
    [all...]
SemaTemplate.cpp 648 // are ignored when determining its type.
    [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 746 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
748 SDValue Hi(Ignored.getNode(), 1);
    [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...]
  /external/clang/bindings/python/clang/
cindex.py 212 Ignored = 0
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 1178 bool ignored; local
1189 bool ignored; local
    [all...]

Completed in 599 milliseconds

1 2