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

1 2

  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 45 Ignored = 0,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 25 bool Ignored;
36 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
41 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored);
46 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored);
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 24 bool Ignored;
33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
  /external/clang/lib/Basic/
Warnings.cpp 71 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored);
108 isPositive ? diag::Severity::Warning : diag::Severity::Ignored;
126 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored);
208 : diag::Severity::Ignored;
226 : diag::Severity::Ignored);
DiagnosticIDs.cpp 336 /// which is set to indicate whether the diagnostic is ignored by default (in
346 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored;
368 case diag::Severity::Ignored:
369 return DiagnosticIDs::Ignored;
410 // Specific non-error diagnostics may be mapped to various levels from ignored
425 // Upgrade ignored diagnostics if -Weverything is enabled.
426 if (Diag.EnableAllWarnings && Result == diag::Severity::Ignored &&
436 return diag::Severity::Ignored;
443 // At this point, ignored errors can no longer be upgraded.
444 if (Result == diag::Severity::Ignored)
    [all...]
Diagnostic.cpp 78 ExtBehavior = diag::Severity::Ignored;
127 LastDiagLevel = DiagnosticIDs::Ignored;
374 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 64 Ignored = 1, ///< Do not present this diagnostic, ignore it.
120 Ignored, Note, Remark, Warning, Error, Fatal
166 bool ignored; local
167 return isBuiltinExtensionDiag(DiagID, ignored);
174 /// diagnostic is ignored by default (in which case -pedantic enables it) or
Diagnostic.h 142 Ignored = DiagnosticIDs::Ignored,
438 /// \brief When set to true, any unmapped warnings are ignored.
444 /// \brief When set to true, any unmapped ignored warnings are no longer
445 /// ignored.
501 /// \brief Pretend that the last diagnostic issued was ignored, so any
508 LastDiagLevel = DiagnosticIDs::Ignored;
511 /// \brief Determine whether the previous diagnostic was ignored. This can
515 return LastDiagLevel == DiagnosticIDs::Ignored;
534 /// ignored
    [all...]
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 21 case DiagnosticsEngine::Ignored:
22 llvm_unreachable("ignored");
87 if (D.getLevel() == DiagnosticsEngine::Ignored)
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 45 case DiagnosticsEngine::Ignored: return ' ';
131 if (DiagLevel == DiagnosticsEngine::Ignored)
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 32 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored;
CXLoadedDiagnostic.cpp 80 CASE(Ignored)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 232 bool Ignored;
234 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 29 case DiagnosticsEngine::Ignored: return "ignored";
PrintPreprocessedOutput.cpp 468 case diag::Severity::Ignored:
469 OS << "ignored";
SerializedDiagnosticPrinter.cpp 635 CASE(Ignored)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
PatternMatchTest.cpp 334 bool Ignored;
336 APF16.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 737 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
739 SDValue Hi(Ignored.getNode(), 1);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 754 SDValue Ignored(Hi.getNode(), 1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 744 SDValue Ignored(Hi.getNode(), 1);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 165 Ignored Tokens
  /external/autotest/server/hosts/
adb_host.py 296 ignored. Will return None on command timeout.
423 ignored. Will return None on command timeout.
543 Currently ignored.
549 boot_id changes from this value). Ignored if None.
    [all...]
  /build/soong/cmd/pom2bp/
pom2bp.go 498 flag.Bool("static-deps", false, "Ignored")
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp     [all...]

Completed in 1265 milliseconds

1 2