Searched refs:markInteresting (Results 1 – 7 of 7) sorted by relevance
124 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anon2eb6fc950111::MacOSKeychainAPIChecker125 R->markInteresting(AP.first); in markInteresting()126 R->markInteresting(AP.second->Region); in markInteresting()275 markInteresting(Report, AP); in generateDeallocatorMismatchReport()316 Report->markInteresting(AS->Region); in checkPreStmt()369 Report->markInteresting(AS->Region); in checkPreStmt()435 Report->markInteresting(AS->Region); in checkPreStmt()544 markInteresting(Report, AP); in generateAllocatedDataNotReleasedReport()
221 R->markInteresting(FileDescSym); in reportDoubleClose()234 R->markInteresting(*I); in reportLeaks()
1372 R->markInteresting(MR); in ReportBadFree()1426 R->markInteresting(Sym); in ReportMismatchedDealloc()1485 R->markInteresting(MR->getBaseRegion()); in ReportOffsetFree()1510 R->markInteresting(Sym); in ReportUseAfterFree()1541 R->markInteresting(Sym); in ReportDoubleFree()1543 R->markInteresting(PrevSym); in ReportDoubleFree()1567 R->markInteresting(Sym); in ReportDoubleDelete()1795 R->markInteresting(Sym); in reportLeak()2319 BR.markInteresting(sym); in VisitNode()
2225 BR.markInteresting(Sym); in getEndPath()2236 BR.markInteresting(Sym); in getEndPath()2245 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()2339 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()
197 void markInteresting(SymbolRef sym);198 void markInteresting(const MemRegion *R);199 void markInteresting(SVal V);200 void markInteresting(const LocationContext *LC);
224 BR.markInteresting(CalleeContext); in addVisitorIfNecessary()283 BR.markInteresting(V); in visitNodeInitial()991 report.markInteresting(R); in trackNullOrUndefValue()992 report.markInteresting(V); in trackNullOrUndefValue()1050 report.markInteresting(RegionRVal); in trackNullOrUndefValue()1638 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()
1265 R.markInteresting(ChildV); in reversePropagateIntererstingSymbols()1272 R.markInteresting(V); in reversePropagateIntererstingSymbols()2612 void BugReport::markInteresting(SymbolRef sym) { in markInteresting() function in BugReport2624 void BugReport::markInteresting(const MemRegion *R) { in markInteresting() function in BugReport2637 void BugReport::markInteresting(SVal V) { in markInteresting() function in BugReport2638 markInteresting(V.getAsRegion()); in markInteresting()2639 markInteresting(V.getAsSymbol()); in markInteresting()2642 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in BugReport