Searched refs:markInteresting (Results 1 – 7 of 7) sorted by relevance
123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anon0eedd6d50111::MacOSKeychainAPIChecker124 R->markInteresting(AP.first); in markInteresting()125 R->markInteresting(AP.second->Region); in markInteresting()274 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport()319 Report->markInteresting(AS->Region); in checkPreStmt()376 Report->markInteresting(AS->Region); in checkPreStmt()442 Report->markInteresting(AS->Region); in checkPreStmt()553 markInteresting(Report.get(), AP); in generateAllocatedDataNotReleasedReport()
220 R->markInteresting(FileDescSym); in reportDoubleClose()232 R->markInteresting(LeakedStream); in reportLeaks()
1623 R->markInteresting(MR); in ReportBadFree()1649 R->markInteresting(ArgVal.getAsRegion()); in ReportFreeAlloca()1703 R->markInteresting(Sym); in ReportMismatchedDealloc()1762 R->markInteresting(MR->getBaseRegion()); in ReportOffsetFree()1786 R->markInteresting(Sym); in ReportUseAfterFree()1816 R->markInteresting(Sym); in ReportDoubleFree()1818 R->markInteresting(PrevSym); in ReportDoubleFree()1841 R->markInteresting(Sym); in ReportDoubleDelete()1870 R->markInteresting(Sym); in ReportUseZeroAllocated()2106 R->markInteresting(Sym); in reportLeak()[all …]
2298 BR.markInteresting(Sym); in getEndPath()2308 BR.markInteresting(Sym); in getEndPath()2317 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()2411 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);
219 BR.markInteresting(CalleeContext); in addVisitorIfNecessary()279 BR.markInteresting(V); in visitNodeInitial()987 report.markInteresting(R); in trackNullOrUndefValue()988 report.markInteresting(V); in trackNullOrUndefValue()1042 report.markInteresting(RegionRVal); in trackNullOrUndefValue()1628 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()
1257 R.markInteresting(ChildV); in reversePropagateIntererstingSymbols()1264 R.markInteresting(V); in reversePropagateIntererstingSymbols()2592 void BugReport::markInteresting(SymbolRef sym) { in markInteresting() function in BugReport2604 void BugReport::markInteresting(const MemRegion *R) { in markInteresting() function in BugReport2617 void BugReport::markInteresting(SVal V) { in markInteresting() function in BugReport2618 markInteresting(V.getAsRegion()); in markInteresting()2619 markInteresting(V.getAsSymbol()); in markInteresting()2622 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in BugReport