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

12

/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp23 bool Ignored; local
32 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
37 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
/freebsd-10.1-release/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
H A Dunity_test_summary.rb111 if summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp407 Result = DiagnosticIDs::Ignored;
421 if (Diag.EnableAllWarnings && Result == DiagnosticIDs::Ignored &&
431 return DiagnosticIDs::Ignored;
441 if (Result == DiagnosticIDs::Ignored)
446 if (Result == DiagnosticIDs::Ignored || Result == DiagnosticIDs::Warning)
453 if (Result == DiagnosticIDs::Ignored)
459 return DiagnosticIDs::Ignored;
486 return DiagnosticIDs::Ignored;
633 if (DiagLevel == DiagnosticIDs::Ignored ||
635 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
[all...]
H A DDiagnostic.cpp111 LastDiagLevel = DiagnosticIDs::Ignored;
401 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp33 case DiagnosticsEngine::Ignored: return "ignored";
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp301 FuncLoc) == DiagnosticsEngine::Ignored)
304 FuncLoc) == DiagnosticsEngine::Ignored)
307 == DiagnosticsEngine::Ignored);
314 == DiagnosticsEngine::Ignored);
1571 DiagnosticsEngine::Ignored);
1574 DiagnosticsEngine::Ignored);
1577 DiagnosticsEngine::Ignored);
1736 != DiagnosticsEngine::Ignored)
1751 != DiagnosticsEngine::Ignored ||
1753 != DiagnosticsEngine::Ignored ||
[all...]
H A DSema.cpp644 != DiagnosticsEngine::Ignored)
786 != DiagnosticsEngine::Ignored) {
H A DSemaDeclObjC.cpp1684 != DiagnosticsEngine::Ignored) {
1705 DiagnosticsEngine::Ignored) {
2279 != DiagnosticsEngine::Ignored));
2458 == DiagnosticsEngine::Ignored)
H A DSemaCast.cpp1600 DiagnosticsEngine::Ignored) {
2109 == DiagnosticsEngine::Ignored)
H A DSemaStmt.cpp1119 DiagnosticsEngine::Ignored)
1367 == DiagnosticsEngine::Ignored)
1488 == DiagnosticsEngine::Ignored)
H A DSemaTemplateInstantiateDecl.cpp1407 != DiagnosticsEngine::Ignored) &&
2371 bool Ignored; local
2378 Ignored))
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h116 Ignored, Note, Warning, Error, Fatal enumerator in enum:clang::DiagnosticIDs::Level
H A DDiagnostic.h135 Ignored = DiagnosticIDs::Ignored, enumerator in enum:clang::DiagnosticsEngine::Level
490 LastDiagLevel = DiagnosticIDs::Ignored;
497 return LastDiagLevel == DiagnosticIDs::Ignored;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp153 if (D.getLevel() == DiagnosticsEngine::Ignored)
/freebsd-10.1-release/gnu/usr.bin/rcs/lib/
H A Drcssyn.c193 struct cbuf Ignored; variable in typeref:struct:cbuf
338 Ignored = getphrases(Kdesc);
H A Drcsgen.c520 awrite(Ignored.string, Ignored.size, fout);
H A Drcsbase.h661 extern struct cbuf Ignored;
H A Drcsfnms.c70 * Fix bug: Expand and Ignored weren't reinitialized.
405 clear_buf(&Ignored);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp424 StartLoc) != DiagnosticsEngine::Ignored) {
461 != DiagnosticsEngine::Ignored) {
H A DLexer.cpp1417 Range.getBegin()) > DiagnosticsEngine::Ignored) {
1440 Range.getBegin()) > DiagnosticsEngine::Ignored) {
2498 EndLoc) != DiagnosticsEngine::Ignored) {
/freebsd-10.1-release/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c480 void *Ignored)
477 AcpiEvInitializeGpeBlock( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Ignored) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp724 SDValue Ignored(Hi.getNode(), 1);
1511 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1514 SDValue Result(Ignored.getNode(), 1);
/freebsd-10.1-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1735 bool Ignored = Attr.getValueAsBit("Ignored"); local
1737 if (SemaHandler || Ignored) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp765 DiagnosticsEngine::Ignored) {

Completed in 576 milliseconds

12