Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp285 R->markInteresting(Val1); in reportBug()
286 R->markInteresting(Val2); in reportBug()
296 R->markInteresting(Val); in reportBug()
297 R->markInteresting(Reg); in reportBug()
H A DMacOSKeychainAPIChecker.cpp122 void markInteresting(PathSensitiveBugReport *R, in markInteresting() function in __anonf1e97ce70111::MacOSKeychainAPIChecker
124 R->markInteresting(AP.first); in markInteresting()
125 R->markInteresting(AP.second->Region); in markInteresting()
245 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport()
290 Report->markInteresting(AS->Region); in checkPreStmt()
345 Report->markInteresting(AS->Region); in checkPreStmt()
499 markInteresting(Report.get(), AP); in generateAllocatedDataNotReleasedReport()
H A DSimpleStreamChecker.cpp212 R->markInteresting(FileDescSym); in reportDoubleClose()
225 R->markInteresting(LeakedStream); in reportLeaks()
H A DPointerArithChecker.cpp179 R->markInteresting(ArrayRegion); in reportPointerArithMisuse()
202 R->markInteresting(Region); in reportPointerArithMisuse()
H A DSmartPtrChecker.cpp89 R->markInteresting(DerefRegion); in reportBug()
H A DMallocChecker.cpp2040 R->markInteresting(MR); in HandleNonHeapDealloc()
2068 R->markInteresting(ArgVal.getAsRegion()); in HandleFreeAlloca()
2124 R->markInteresting(Sym); in HandleMismatchedDealloc()
2184 R->markInteresting(MR->getBaseRegion()); in HandleOffsetFree()
2217 R->markInteresting(Sym); in HandleUseAfterFree()
2252 R->markInteresting(Sym); in HandleDoubleFree()
2254 R->markInteresting(PrevSym); in HandleDoubleFree()
2280 R->markInteresting(Sym); in HandleDoubleDelete()
2310 R->markInteresting(Sym); in HandleUseZeroAlloc()
2350 R->markInteresting(MR); in HandleFunctionPtrFree()
[all …]
H A DDeleteWithNonVirtualDtorChecker.cpp100 R->markInteresting(BaseClassRegion); in checkPreStmt()
H A DIteratorRangeChecker.cpp287 R->markInteresting(Val); in reportBug()
288 R->markInteresting(Pos->getContainer()); in reportBug()
H A DDebugContainerModeling.cpp103 BR.markInteresting(Cont); in analyzerContainerDataField()
H A DValistChecker.cpp259 R->markInteresting(VAList); in reportUninitializedAccess()
302 R->markInteresting(Reg); in reportLeakedVALists()
H A DInvalidatedIteratorChecker.cpp134 R->markInteresting(Val); in reportBug()
H A DBlockInCriticalSectionChecker.cpp179 R->markInteresting(BlockDescSym); in reportBlockInCritSection()
H A DDynamicTypeChecker.cpp85 R->markInteresting(Reg); in reportTypeError()
H A DSmartPtrModeling.cpp429 BR.markInteresting(ArgRegion); in handleSwap()
535 BR.markInteresting(OtherSmartPtrRegion); in updateMovedSmartPointers()
H A DExprInspectionChecker.cpp176 R->markInteresting(*ExprVal); in reportBug()
H A DFuchsiaHandleChecker.cpp673 R->markInteresting(Sym); in reportBug()
H A DDynamicTypePropagation.cpp1040 R->markInteresting(Sym); in reportGenericsBug()
H A DStreamChecker.cpp998 R->markInteresting(LeakSym); in reportLeaks()
H A DNullabilityChecker.cpp172 R->markInteresting(Region); in reportBug()
H A DLocalizationChecker.cpp771 R->markInteresting(S); in reportLocalizationError()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp44 Report->markInteresting(RequestRegion); in reportDoubleNonblocking()
64 Report->markInteresting(RequestRegion); in reportMissingWait()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h432 void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind =
438 void markInteresting(
445 void markInteresting(SVal V, bugreporter::TrackingKind TKind =
447 void markInteresting(const LocationContext *LC);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp760 BR.markInteresting(Sym); in getEndPath()
771 BR.markInteresting(Sym); in getEndPath()
897 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2252 void PathSensitiveBugReport::markInteresting(SymbolRef sym, in markInteresting() function in PathSensitiveBugReport
2260 markInteresting(meta->getRegion(), TKind); in markInteresting()
2263 void PathSensitiveBugReport::markInteresting(const MemRegion *R, in markInteresting() function in PathSensitiveBugReport
2272 markInteresting(SR->getSymbol(), TKind); in markInteresting()
2275 void PathSensitiveBugReport::markInteresting(SVal V, in markInteresting() function in PathSensitiveBugReport
2277 markInteresting(V.getAsRegion(), TKind); in markInteresting()
2278 markInteresting(V.getAsSymbol(), TKind); in markInteresting()
2281 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in PathSensitiveBugReport
H A DBugReporterVisitors.cpp1146 BR.markInteresting(CalleeSFC); in visitNodeInitial()
2121 report.markInteresting(V, TKind); in trackExpressionValue()
2190 report.markInteresting(RegionRVal, TKind); in trackExpressionValue()
2932 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()