| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 285 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 D | MacOSKeychainAPIChecker.cpp | 122 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 D | SimpleStreamChecker.cpp | 212 R->markInteresting(FileDescSym); in reportDoubleClose() 225 R->markInteresting(LeakedStream); in reportLeaks()
|
| H A D | PointerArithChecker.cpp | 179 R->markInteresting(ArrayRegion); in reportPointerArithMisuse() 202 R->markInteresting(Region); in reportPointerArithMisuse()
|
| H A D | SmartPtrChecker.cpp | 89 R->markInteresting(DerefRegion); in reportBug()
|
| H A D | MallocChecker.cpp | 2040 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 D | DeleteWithNonVirtualDtorChecker.cpp | 100 R->markInteresting(BaseClassRegion); in checkPreStmt()
|
| H A D | IteratorRangeChecker.cpp | 287 R->markInteresting(Val); in reportBug() 288 R->markInteresting(Pos->getContainer()); in reportBug()
|
| H A D | DebugContainerModeling.cpp | 103 BR.markInteresting(Cont); in analyzerContainerDataField()
|
| H A D | ValistChecker.cpp | 259 R->markInteresting(VAList); in reportUninitializedAccess() 302 R->markInteresting(Reg); in reportLeakedVALists()
|
| H A D | InvalidatedIteratorChecker.cpp | 134 R->markInteresting(Val); in reportBug()
|
| H A D | BlockInCriticalSectionChecker.cpp | 179 R->markInteresting(BlockDescSym); in reportBlockInCritSection()
|
| H A D | DynamicTypeChecker.cpp | 85 R->markInteresting(Reg); in reportTypeError()
|
| H A D | SmartPtrModeling.cpp | 429 BR.markInteresting(ArgRegion); in handleSwap() 535 BR.markInteresting(OtherSmartPtrRegion); in updateMovedSmartPointers()
|
| H A D | ExprInspectionChecker.cpp | 176 R->markInteresting(*ExprVal); in reportBug()
|
| H A D | FuchsiaHandleChecker.cpp | 673 R->markInteresting(Sym); in reportBug()
|
| H A D | DynamicTypePropagation.cpp | 1040 R->markInteresting(Sym); in reportGenericsBug()
|
| H A D | StreamChecker.cpp | 998 R->markInteresting(LeakSym); in reportLeaks()
|
| H A D | NullabilityChecker.cpp | 172 R->markInteresting(Region); in reportBug()
|
| H A D | LocalizationChecker.cpp | 771 R->markInteresting(S); in reportLocalizationError()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 44 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 D | BugReporter.h | 432 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 D | RetainCountDiagnostics.cpp | 760 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 D | BugReporter.cpp | 2252 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 D | BugReporterVisitors.cpp | 1146 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()
|