Home
last modified time | relevance | path

Searched refs:Ignored (Results 1 – 25 of 126) sorted by relevance

123456

/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 bool Ignored; in printImpl() local
35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DWarnings.cpp71 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored); in ProcessWarningOptions()
108 isPositive ? diag::Severity::Warning : diag::Severity::Ignored; in ProcessWarningOptions()
126 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored); in ProcessWarningOptions()
211 : diag::Severity::Ignored; in ProcessWarningOptions()
229 : diag::Severity::Ignored); in ProcessWarningOptions()
H A DDiagnosticIDs.cpp452 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored; in isBuiltinExtensionDiag()
474 case diag::Severity::Ignored: in toLevel()
475 return DiagnosticIDs::Ignored; in toLevel()
529 if (State->EnableAllWarnings && Result == diag::Severity::Ignored && in getDiagnosticSeverity()
539 return diag::Severity::Ignored; in getDiagnosticSeverity()
547 if (Result == diag::Severity::Ignored) in getDiagnosticSeverity()
559 return diag::Severity::Ignored; in getDiagnosticSeverity()
590 return diag::Severity::Ignored; in getDiagnosticSeverity()
597 return diag::Severity::Ignored; in getDiagnosticSeverity()
798 if (DiagLevel == DiagnosticIDs::Ignored || in ProcessDiag()
[all …]
H A DDiagnostic.cpp146 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()
329 case diag::Severity::Ignored: llvm::errs() << "ignored"; break; in dump()
541 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp513 bool Ignored; in convertToFloat() local
514 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat()
518 Flt.convert(FloatSema, RM, &Ignored); in convertToFloat()
559 bool Ignored; in getFromFloatValue() local
561 Val.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
568 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
574 Val.convertToInteger(Res, RM, &Ignored); in getFromFloatValue()
582 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DPlistReporter.cpp20 case DiagnosticsEngine::Ignored: in getLevelName()
86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
/openbsd/gnu/llvm/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp44 case DiagnosticsEngine::Ignored: return ' '; in getCharForLevel()
128 if (DiagLevel == DiagnosticsEngine::Ignored) in run()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp61.C5 template<template<class Ignored> class base> class C :
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h44 Ignored = 0, enumerator
H A DDiagnosticRenderer.h69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h196 Ignored = DiagnosticIDs::Ignored, enumerator
332 diag::Severity ExtBehavior = diag::Severity::Ignored;
756 void setLastDiagnosticIgnored(bool Ignored) { in setLastDiagnosticIgnored() argument
759 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()
766 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
913 diag::Severity::Ignored; in isIgnored()
H A DDiagnosticIDs.h85 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator
171 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.h40 Ignored = (1 << 19), enumerator
H A DClangOptionDocs.td32 "CLOption", "Unsupported", "Ignored", "FlangOnlyOption"];
/openbsd/gnu/gcc/gcc/config/i386/
H A Ddjgpp.opt26 Ignored (obsolete)
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp28 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored; in getSeverity()
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.opt34 ; Ignored by the compiler
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DOpts.td99 // Ignored for GNU readelf compatibility.
100 def wide : FF<"wide", "Ignored for GNU readelf compatibility">;
101 def : F<"W", "Ignored for GNU readelf compatibility">, Alias<wide>;
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp28 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
H A DSARIFDiagnostic.cpp157 case DiagnosticsEngine::Ignored: in addDiagnosticLevelToRule()
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i860.texi50 Ignored.
52 Ignored.
H A Dc-tic54x.texi412 Control printing of directives to the listing file. Ignored.
486 Set the page length and width of the output listing file. Ignored.
492 Control whether the source listing is printed. Ignored.
536 listing output. Ignored.
552 Set listing options. Ignored.
585 Controls the inclusion of subsym replacement in the listing output. Ignored.
634 Set the tab size in the output listing. Ignored.
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-i860.texi50 Ignored.
52 Ignored.
H A Dc-tic54x.texi412 Control printing of directives to the listing file. Ignored.
486 Set the page length and width of the output listing file. Ignored.
492 Control whether the source listing is printed. Ignored.
536 listing output. Ignored.
552 Set listing options. Ignored.
585 Controls the inclusion of subsym replacement in the listing output. Ignored.
634 Set the tab size in the output listing. Ignored.
/openbsd/gnu/usr.bin/perl/t/base/
H A Dlex.t116 Ignored

123456