HomeSort by: relevance | last modified time | path
    Searched defs:markInteresting (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 122 void markInteresting(PathSensitiveBugReport *R,
124 R->markInteresting(AP.first);
125 R->markInteresting(AP.second->Region);
245 markInteresting(Report.get(), AP);
290 Report->markInteresting(AS->Region);
345 Report->markInteresting(AS->Region);
499 markInteresting(Report.get(), AP);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2247 "BugReport::markInteresting currently can only handle 2 different "
2252 void PathSensitiveBugReport::markInteresting(SymbolRef sym,
2260 markInteresting(meta->getRegion(), TKind);
2263 void PathSensitiveBugReport::markInteresting(const MemRegion *R,
2272 markInteresting(SR->getSymbol(), TKind);
2275 void PathSensitiveBugReport::markInteresting(SVal V,
2277 markInteresting(V.getAsRegion(), TKind);
2278 markInteresting(V.getAsSymbol(), TKind);
2281 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) {

Completed in 17 milliseconds