Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp124 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anon2eb6fc950111::MacOSKeychainAPIChecker
125 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()
DSimpleStreamChecker.cpp221 R->markInteresting(FileDescSym); in reportDoubleClose()
234 R->markInteresting(*I); in reportLeaks()
DMallocChecker.cpp1372 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()
DRetainCountChecker.cpp2225 BR.markInteresting(Sym); in getEndPath()
2236 BR.markInteresting(Sym); in getEndPath()
2245 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()
2339 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
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/
DBugReporterVisitors.cpp224 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()
DBugReporter.cpp1265 R.markInteresting(ChildV); in reversePropagateIntererstingSymbols()
1272 R.markInteresting(V); in reversePropagateIntererstingSymbols()
2612 void BugReport::markInteresting(SymbolRef sym) { in markInteresting() function in BugReport
2624 void BugReport::markInteresting(const MemRegion *R) { in markInteresting() function in BugReport
2637 void BugReport::markInteresting(SVal V) { in markInteresting() function in BugReport
2638 markInteresting(V.getAsRegion()); in markInteresting()
2639 markInteresting(V.getAsSymbol()); in markInteresting()
2642 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in BugReport