Searched refs:Ignored (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h45 Ignored = 0, enumerator in enum:clang::serialized_diags::Level
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 bool Ignored; local
33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
/external/clang/lib/Basic/
H A DWarnings.cpp71 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);
H A DDiagnosticIDs.cpp346 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored;
368 case diag::Severity::Ignored:
369 return DiagnosticIDs::Ignored;
426 if (Diag.EnableAllWarnings && Result == diag::Severity::Ignored &&
436 return diag::Severity::Ignored;
444 if (Result == diag::Severity::Ignored)
450 return diag::Severity::Ignored;
481 return diag::Severity::Ignored;
649 if (DiagLevel == DiagnosticIDs::Ignored ||
651 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
[all...]
H A DDiagnostic.cpp78 ExtBehavior = diag::Severity::Ignored;
127 LastDiagLevel = DiagnosticIDs::Ignored;
374 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp21 case DiagnosticsEngine::Ignored:
87 if (D.getLevel() == DiagnosticsEngine::Ignored)
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp45 case DiagnosticsEngine::Ignored: return ' ';
131 if (DiagLevel == DiagnosticsEngine::Ignored)
/external/regex-re2/re2/
H A Dregexp.cc499 typedef int Ignored; // Walker<void> doesn't exist typedef in namespace:re2
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
530 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
541 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
556 virtual Ignored ShortVisi
[all...]
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h64 Ignored = 1, ///< Do not present this diagnostic, ignore it. member in class:clang::diag::Severity
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
H A DDiagnostic.h142 Ignored = DiagnosticIDs::Ignored, enumerator in enum:clang::DiagnosticsEngine::Level
508 LastDiagLevel = DiagnosticIDs::Ignored;
515 return LastDiagLevel == DiagnosticIDs::Ignored;
654 diag::Severity::Ignored;
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp32 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored;
H A DCXLoadedDiagnostic.cpp80 CASE(Ignored)
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp29 case DiagnosticsEngine::Ignored: return "ignored";
H A DPrintPreprocessedOutput.cpp468 case diag::Severity::Ignored:
H A DSerializedDiagnosticPrinter.cpp635 CASE(Ignored)
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp737 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32), local
739 SDValue Hi(Ignored.getNode(), 1);
1442 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1445 SDValue Result(Ignored.getNode(), 1);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp754 SDValue Ignored(Hi.getNode(), 1);
1764 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1767 SDValue Result(Ignored.getNode(), 1);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc165 Ignored Tokens
/external/v8/src/crankshaft/
H A Dlithium.h47 LITHIUM_OPERAND_PREDICATE(Ignored, INVALID, 0)
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2982 bool Ignored = Attr.getValueAsBit("Ignored");
2983 if (SemaHandler || Ignored) {
/external/clang/lib/Lex/
H A DPragma.cpp997 .Case("ignored", diag::Severity::Ignored)
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp2492 bool Ignored;
2494 &Ignored);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp4423 bool Ignored;
4426 &Ignored);
4429 &Ignored);
/external/clang/bindings/python/clang/
H A Dcindex.py302 Ignored = 0 variable in class:Diagnostic
/external/clang/lib/Parse/
H A DParsePragma.cpp1472 diag::Severity::Ignored, SourceLocation());

Completed in 631 milliseconds

12