Searched refs:Errors (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, Notes; member in class:clang::TextDiagnosticBuffer
33 const_iterator err_begin() const { return Errors.begin(); }
34 const_iterator err_end() const { return Errors.end(); }
H A DVerifyDiagnosticConsumer.h184 DirectiveList Errors; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
189 llvm::DeleteContainerPointers(Errors);
/freebsd-10.0-release/sys/netgraph/
H A Dng_deflate.h61 uint64_t Errors; member in struct:ng_deflate_stats
71 { "Errors", &ng_parse_uint64_type }, \
H A Dng_pred1.h59 uint64_t Errors; member in struct:ng_pred1_stats
69 { "Errors", &ng_parse_uint64_type }, \
H A Dng_deflate.c459 priv->stats.Errors++;
467 priv->stats.Errors++;
492 priv->stats.Errors++;
517 priv->stats.Errors++;
552 priv->stats.Errors++;
561 priv->stats.Errors++;
587 priv->stats.Errors++;
610 priv->stats.Errors++;
641 priv->stats.Errors++;
664 priv->stats.Errors
[all...]
H A Dng_pred1.c398 priv->stats.Errors++;
406 priv->stats.Errors++;
448 priv->stats.Errors++;
476 priv->stats.Errors++;
484 priv->stats.Errors++;
508 priv->stats.Errors++;
527 priv->stats.Errors++;
536 priv->stats.Errors++;
546 priv->stats.Errors++;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp40 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
H A DVerifyDiagnosticConsumer.cpp306 DL = ED ? &ED->Errors : NULL;
701 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors,
818 ED.Errors.clear();
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsrvrsmtp.c200 if (Errors > 0)
1090 Errors = 0;
1167 Errors = 0;
1966 Errors > 0)
2340 if (Errors > 0)
2362 if (Errors > 0)
2388 if (Errors > 0)
2416 if (Errors > 0)
2438 if (Errors > 0)
2472 Errors >
[all...]
H A Dmain.c301 Errors = 0;
1079 i = Errors;
1088 if (i < Errors)
2765 if (Errors > 0 && ExitStat == EX_OK)
2804 savederrors = Errors;
2808 Errors = 0;
2813 if (Errors > 0)
2844 Errors = savederrors;
2862 if (Errors == 0)
H A Dmilter.c3440 olderrors = Errors;
3454 Errors = olderrors;
3504 olderrors = Errors;
3509 if (a != NULL && olderrors == Errors)
3513 if (olderrors == Errors)
3516 sm_dprintf("olderrors=%d, Errors=%d\n",
3517 olderrors, Errors);
3521 sm_dprintf("a=%p, olderrors=%d, Errors=%d\n",
3522 a, olderrors, Errors);
3525 Errors
[all...]
H A Derr.c107 ** increments Errors.
273 ** increments Errors.
359 ** increments Errors.
689 Errors++;
H A Ddeliver.c1406 Errors = 0;
2963 olderrors = Errors;
2969 || Errors > olderrors)
3026 olderrors = Errors;
3043 Errors > olderrors ||
3971 ** Errors may be incremented.
4141 Errors++;
H A Dsendmail.h2337 EXTERN bool UseErrorsTo; /* use Errors-To: header (back compat) */
2360 EXTERN int Errors; /* set if errors (local to single pass) */ variable
H A Dmap.c522 int saveerrors = Errors;
584 Errors = saveerrors;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp556 AllocationPairVec Errors; local
570 Errors.push_back(std::make_pair(I->first, &I->second));
582 for (AllocationPairVec::iterator I = Errors.begin(), E = Errors.end();
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl88 Errors-To: nobody
/freebsd-10.0-release/sys/dev/ce/
H A Dtau32-ddk.h302 unsigned Received, ActualOffset, Errors; member in struct:tag_TAU32_FlatIoContext
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2985 unsigned Errors = 0; local
3006 Errors += InferFromPattern(InstInfo, PatInfo, InstInfo.TheDef);
3030 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord());
3033 if (Errors)
3070 unsigned Errors = 0; local
3113 ++Errors;
3130 if (Errors)
3131 PrintFatalError("Errors in DAG patterns");

Completed in 204 milliseconds