Searched refs:Ignored (Results 1 - 25 of 27) 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;
475 return diag::Severity::Ignored;
643 if (DiagLevel == DiagnosticIDs::Ignored ||
645 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
[all...]
H A DDiagnostic.cpp77 ExtBehavior = diag::Severity::Ignored;
126 LastDiagLevel = DiagnosticIDs::Ignored;
373 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
501 LastDiagLevel = DiagnosticIDs::Ignored;
508 return LastDiagLevel == DiagnosticIDs::Ignored;
647 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.cpp458 case diag::Severity::Ignored:
H A DSerializedDiagnosticPrinter.cpp634 CASE(Ignored)
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp760 SDValue Ignored(Hi.getNode(), 1);
1780 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1783 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.cpp2703 bool Ignored = Attr.getValueAsBit("Ignored");
2704 if (SemaHandler || Ignored) {
/external/clang/lib/Lex/
H A DPragma.cpp980 .Case("ignored", diag::Severity::Ignored)
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2545 bool Ignored; local
2552 Ignored))
/external/llvm/lib/AsmParser/
H A DLLParser.cpp4201 bool Ignored;
4204 &Ignored);
4207 &Ignored);
/external/clang/bindings/python/clang/
H A Dcindex.py302 Ignored = 0 variable in class:Diagnostic
/external/clang/lib/Parse/
H A DParsePragma.cpp1474 diag::Severity::Ignored, SourceLocation());
/external/clang/lib/CodeGen/
H A DCGExpr.cpp395 for (const auto &Ignored : CommaLHSs)
396 EmitIgnoredExpr(Ignored);

Completed in 442 milliseconds

12