HomeSort by relevance Sort by last modified time
    Searched refs:markInteresting (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 124 void markInteresting(BugReport *R, const AllocationPair &AP) const {
125 R->markInteresting(AP.first);
126 R->markInteresting(AP.second->Region);
275 markInteresting(Report, AP);
316 Report->markInteresting(AS->Region);
369 Report->markInteresting(AS->Region);
435 Report->markInteresting(AS->Region);
544 markInteresting(Report, AP);
SimpleStreamChecker.cpp 221 R->markInteresting(FileDescSym);
234 R->markInteresting(*I);
RetainCountChecker.cpp     [all...]
MallocChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 197 void markInteresting(SymbolRef sym);
198 void markInteresting(const MemRegion *R);
199 void markInteresting(SVal V);
200 void markInteresting(const LocationContext *LC);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 224 BR.markInteresting(CalleeContext);
283 BR.markInteresting(V);
    [all...]
BugReporter.cpp     [all...]

Completed in 251 milliseconds