| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXMCExpr.cpp | 24 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Warnings.cpp | 71 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 D | DiagnosticIDs.cpp | 449 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored; in isBuiltinExtensionDiag() 471 case diag::Severity::Ignored: in toLevel() 472 return DiagnosticIDs::Ignored; in toLevel() 526 if (State->EnableAllWarnings && Result == diag::Severity::Ignored && in getDiagnosticSeverity() 536 return diag::Severity::Ignored; in getDiagnosticSeverity() 544 if (Result == diag::Severity::Ignored) in getDiagnosticSeverity() 556 return diag::Severity::Ignored; in getDiagnosticSeverity() 587 return diag::Severity::Ignored; in getDiagnosticSeverity() 764 if (DiagLevel == DiagnosticIDs::Ignored || in ProcessDiag() 766 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 482 bool Ignored; in convertToFloat() local 483 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat() 487 Flt.convert(FloatSema, RM, &Ignored); in convertToFloat() 528 bool Ignored; in getFromFloatValue() local 530 Val.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue() 537 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue() 543 Val.convertToInteger(Res, RM, &Ignored); in getFromFloatValue() 551 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 20 case DiagnosticsEngine::Ignored: in getLevelName() 86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | ShowEnabledWarnings.cpp | 44 case DiagnosticsEngine::Ignored: return ' '; in getCharForLevel() 127 if (DiagLevel == DiagnosticsEngine::Ignored) in run()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| H A D | mn10300.opt | 48 ; Ignored by the compiler 52 ; Ignored by the compiler
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 195 Ignored = DiagnosticIDs::Ignored, enumerator 331 diag::Severity ExtBehavior = diag::Severity::Ignored; 754 void setLastDiagnosticIgnored(bool Ignored) { in setLastDiagnosticIgnored() argument 757 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored() 764 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored() 908 diag::Severity::Ignored; in isIgnored()
|
| H A D | DiagnosticIDs.h | 82 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator 168 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/ |
| H A D | mn10300.opt | 48 ; Ignored by the compiler 52 ; Ignored by the compiler
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnostics.h | 44 Ignored = 0, enumerator
|
| H A D | DiagnosticRenderer.h | 69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.h | 38 Ignored = (1 << 17), enumerator
|
| H A D | ClangOptionDocs.td | 32 "CLOption", "Unsupported", "Ignored"];
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | casefold_test.in | 1 # Ignored when not running as root.
|
| H A D | casefold_test.ref | 1 > # Ignored when not running as root.
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcssyn.c | 197 struct cbuf Ignored; variable 342 Ignored = getphrases(Kdesc); in getadmin()
|
| H A D | rcsgen.c | 524 awrite(Ignored.string, Ignored.size, fout); in putadmin()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXStoredDiagnostic.cpp | 28 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored; in getSeverity()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/moxie/ |
| H A D | moxie.opt | 33 ; Ignored by the compiler
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/moxie/ |
| H A D | moxie.opt | 33 ; Ignored by the compiler
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 28 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-tic54x.texi | 413 Control printing of directives to the listing file. Ignored. 487 Set the page length and width of the output listing file. Ignored. 493 Control whether the source listing is printed. Ignored. 537 listing output. Ignored. 553 Set listing options. Ignored. 586 Controls the inclusion of subsym replacement in the listing output. Ignored. 635 Set the tab size in the output listing. Ignored.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-tic54x.texi | 413 Control printing of directives to the listing file. Ignored. 487 Set the page length and width of the output listing file. Ignored. 493 Control whether the source listing is printed. Ignored. 537 listing output. Ignored. 553 Set listing options. Ignored. 586 Controls the inclusion of subsym replacement in the listing output. Ignored. 635 Set the tab size in the output listing. Ignored.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | OPENSSL_config.pod | 58 Ignored in set-user-ID and set-group-ID programs.
|