Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMacOSKeychainAPIChecker.cpp123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anon0eedd6d50111::MacOSKeychainAPIChecker
124 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()
HDSimpleStreamChecker.cpp220 R->markInteresting(FileDescSym); in reportDoubleClose()
232 R->markInteresting(LeakedStream); in reportLeaks()
HDMallocChecker.cpp1623 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 …]
HDRetainCountChecker.cpp2298 BR.markInteresting(Sym); in getEndPath()
2308 BR.markInteresting(Sym); in getEndPath()
2317 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()
2411 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h197 void markInteresting(SymbolRef sym);
198 void markInteresting(const MemRegion *R);
199 void markInteresting(SVal V);
200 void markInteresting(const LocationContext *LC);
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp219 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()
HDBugReporter.cpp1257 R.markInteresting(ChildV); in reversePropagateIntererstingSymbols()
1264 R.markInteresting(V); in reversePropagateIntererstingSymbols()
2592 void BugReport::markInteresting(SymbolRef sym) { in markInteresting() function in BugReport
2604 void BugReport::markInteresting(const MemRegion *R) { in markInteresting() function in BugReport
2617 void BugReport::markInteresting(SVal V) { in markInteresting() function in BugReport
2618 markInteresting(V.getAsRegion()); in markInteresting()
2619 markInteresting(V.getAsSymbol()); in markInteresting()
2622 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in BugReport