HomeSort by relevance Sort by last modified time
    Searched defs:markInteresting (Results 1 - 2 of 2) 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);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 77 milliseconds