HomeSort by relevance Sort by last modified time
    Searched defs:Report (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 92 void Report(const VarDecl *V, DeadStoreKind dsk,
129 // Don't report issues in this case, e.g.: "if (x = foo())",
154 Report(VD, dsk, ExLoc, Val->getSourceRange());
302 Report(V, DeadInit, Loc, E->getSourceRange());
MacOSKeychainAPIChecker.cpp 256 // Report deallocator mismatch. Remove the region from tracking - reporting a
276 BugReport *Report = new BugReport(*BT, os.str(), N);
277 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
278 Report->addRange(ArgExpr->getSourceRange());
279 C.EmitReport(Report);
318 BugReport *Report = new BugReport(*BT, os.str(), N);
319 Report->addVisitor(new SecKeychainBugVisitor(V));
320 Report->addRange(ArgExpr->getSourceRange());
321 C.EmitReport(Report);
347 // report it
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 67 Report report = acheck.checkApi(originalArgs); local
69 Errors.printErrors(report.errors());
70 System.exit(report.code);
77 public Report checkApi(String[] originalArgs) {
99 return new Report(2, Errors.getErrors());
113 return new Report(1, Errors.getErrors());
121 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
191 public class Report {
195 private Report(int code, Set<ErrorMessage> errors)
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 131 Report(DelayedDiagID) << DelayedDiagArg1 << DelayedDiagArg2;
306 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
  /external/valgrind/tsan/
ts_util.cc 157 void Report(const char *format, ...) {
220 Report("INFO: reading %s for %ld'th time\n", path, counter);
457 Report("WARNING: can not open file %s\n", file_name.c_str());

Completed in 369 milliseconds