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 126 void markInteresting(BugReport *R, const AllocationPair &AP) const {
127 R->markInteresting(AP.first);
128 R->markInteresting(AP.second->Region);
284 markInteresting(Report, AP);
321 Report->markInteresting(AS->Region);
374 Report->markInteresting(AS->Region);
438 Report->markInteresting(AS->Region);
557 markInteresting(Report, AP);
DereferenceChecker.cpp 192 report->markInteresting(sourceR);
193 report->markInteresting(state->getRawSVal(loc::MemRegionVal(sourceR)));
MallocChecker.cpp 576 R->markInteresting(Sym);
709 R->markInteresting(MR);
894 R->markInteresting(Sym);
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 145 void markInteresting(SymbolRef sym);
146 void markInteresting(const MemRegion *R);
147 void markInteresting(SVal V);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 324 report->markInteresting(R);
325 report->markInteresting(V);
345 report->markInteresting(R);
BugReporter.cpp     [all...]

Completed in 169 milliseconds