Searched refs:markInteresting (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp124 void markInteresting(BugReport *R, const AllocationPair &AP) const { function in class:__anon18200::MacOSKeychainAPIChecker
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);
H A DSimpleStreamChecker.cpp221 R->markInteresting(FileDescSym);
234 R->markInteresting(*I);
H A DRetainCountChecker.cpp2225 BR.markInteresting(Sym);
2236 BR.markInteresting(Sym);
2245 BR.markInteresting(AllocI.InterestingMethodContext);
2339 markInteresting(AllocI.InterestingMethodContext);
H A DMallocChecker.cpp1372 R->markInteresting(MR);
1426 R->markInteresting(Sym);
1485 R->markInteresting(MR->getBaseRegion());
1510 R->markInteresting(Sym);
1541 R->markInteresting(Sym);
1543 R->markInteresting(PrevSym);
1567 R->markInteresting(Sym);
1795 R->markInteresting(Sym);
2319 BR.markInteresting(sym);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h197 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/
H A DBugReporterVisitors.cpp224 BR.markInteresting(CalleeContext);
283 BR.markInteresting(V);
991 report.markInteresting(R);
992 report.markInteresting(V);
1050 report.markInteresting(RegionRVal);
1638 BR.markInteresting(CEnter->getCalleeContext());
H A DBugReporter.cpp1265 R.markInteresting(ChildV);
1272 R.markInteresting(V);
2612 void BugReport::markInteresting(SymbolRef sym) { function in class:BugReport
2624 void BugReport::markInteresting(const MemRegion *R) { function in class:BugReport
2637 void BugReport::markInteresting(SVal V) { function in class:BugReport
2638 markInteresting(V.getAsRegion());
2639 markInteresting(V.getAsSymbol());
2642 void BugReport::markInteresting(const LocationContext *LC) { function in class:BugReport

Completed in 420 milliseconds