Searched refs:markInteresting (Results 1 – 13 of 13) sorted by relevance
123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anonbf99e1870111::MacOSKeychainAPIChecker124 R->markInteresting(AP.first); in markInteresting()125 R->markInteresting(AP.second->Region); in markInteresting()265 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport()310 Report->markInteresting(AS->Region); in checkPreStmt()367 Report->markInteresting(AS->Region); in checkPreStmt()433 Report->markInteresting(AS->Region); in checkPreStmt()544 markInteresting(Report.get(), AP); in generateAllocatedDataNotReleasedReport()
213 R->markInteresting(FileDescSym); in reportDoubleClose()225 R->markInteresting(LeakedStream); in reportLeaks()
182 R->markInteresting(ArrayRegion); in reportPointerArithMisuse()205 R->markInteresting(Region); in reportPointerArithMisuse()
1638 R->markInteresting(MR); in ReportBadFree()1664 R->markInteresting(ArgVal.getAsRegion()); in ReportFreeAlloca()1718 R->markInteresting(Sym); in ReportMismatchedDealloc()1777 R->markInteresting(MR->getBaseRegion()); in ReportOffsetFree()1801 R->markInteresting(Sym); in ReportUseAfterFree()1831 R->markInteresting(Sym); in ReportDoubleFree()1833 R->markInteresting(PrevSym); in ReportDoubleFree()1856 R->markInteresting(Sym); in ReportDoubleDelete()1885 R->markInteresting(Sym); in ReportUseZeroAllocated()2121 R->markInteresting(Sym); in reportLeak()[all …]
88 R->markInteresting(Reg); in reportTypeError()
2301 BR.markInteresting(Sym); in getEndPath()2311 BR.markInteresting(Sym); in getEndPath()2320 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()2414 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()
888 R->markInteresting(Sym); in reportGenericsBug()
185 R->markInteresting(Region); in reportBug()
702 R->markInteresting(S); in reportLocalizationError()
45 Report->markInteresting(RequestRegion); in reportDoubleNonblocking()65 Report->markInteresting(RequestRegion); in reportMissingWait()
197 void markInteresting(SymbolRef sym);198 void markInteresting(const MemRegion *R);199 void markInteresting(SVal V);200 void markInteresting(const LocationContext *LC);
220 BR.markInteresting(CalleeContext); in addVisitorIfNecessary()280 BR.markInteresting(V); in visitNodeInitial()1045 report.markInteresting(R); in trackNullOrUndefValue()1046 report.markInteresting(V); in trackNullOrUndefValue()1100 report.markInteresting(RegionRVal); in trackNullOrUndefValue()1690 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()
1257 R.markInteresting(ChildV); in reversePropagateIntererstingSymbols()1264 R.markInteresting(V); in reversePropagateIntererstingSymbols()2590 void BugReport::markInteresting(SymbolRef sym) { in markInteresting() function in BugReport2602 void BugReport::markInteresting(const MemRegion *R) { in markInteresting() function in BugReport2615 void BugReport::markInteresting(SVal V) { in markInteresting() function in BugReport2616 markInteresting(V.getAsRegion()); in markInteresting()2617 markInteresting(V.getAsSymbol()); in markInteresting()2620 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in BugReport