| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 287 R->markInteresting(Val1); in reportBug() 288 R->markInteresting(Val2); in reportBug() 298 R->markInteresting(Val); in reportBug() 299 R->markInteresting(Reg); in reportBug()
|
| H A D | MacOSKeychainAPIChecker.cpp | 123 void markInteresting(PathSensitiveBugReport *R, in markInteresting() function in __anone23b33b30111::MacOSKeychainAPIChecker 125 R->markInteresting(AP.first); in markInteresting() 126 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 | ErrnoChecker.cpp | 129 BR->markInteresting(ErrnoRegion); in generateErrnoNotCheckedBug() 156 BR->markInteresting(ErrnoLoc->getAsRegion()); in checkLocation()
|
| H A D | SimpleStreamChecker.cpp | 199 R->markInteresting(FileDescSym); in reportDoubleClose() 212 R->markInteresting(LeakedStream); in reportLeaks()
|
| H A D | UndefinedNewArraySizeChecker.cpp | 65 R->markInteresting(ArgVal); in HandleUndefinedArrayElementCount()
|
| H A D | SmartPtrChecker.cpp | 89 R->markInteresting(DerefRegion); in reportBug()
|
| H A D | PointerArithChecker.cpp | 179 R->markInteresting(ArrayRegion); in reportPointerArithMisuse() 202 R->markInteresting(Region); in reportPointerArithMisuse()
|
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 100 R->markInteresting(BaseClassRegion); in checkPreStmt()
|
| H A D | DebugContainerModeling.cpp | 104 BR.markInteresting(Cont); in analyzerContainerDataField()
|
| H A D | IteratorRangeChecker.cpp | 287 R->markInteresting(Val); in reportBug() 288 R->markInteresting(Pos->getContainer()); in reportBug()
|
| H A D | InvalidatedIteratorChecker.cpp | 134 R->markInteresting(Val); in reportBug()
|
| H A D | BlockInCriticalSectionChecker.cpp | 157 R->markInteresting(BlockDescSym); in reportBlockInCritSection()
|
| H A D | ValistChecker.cpp | 259 R->markInteresting(VAList); in reportUninitializedAccess() 302 R->markInteresting(Reg); in reportLeakedVALists()
|
| H A D | MallocChecker.cpp | 2243 R->markInteresting(MR); in HandleNonHeapDealloc() 2271 R->markInteresting(ArgVal.getAsRegion()); in HandleFreeAlloca() 2327 R->markInteresting(Sym); in HandleMismatchedDealloc() 2387 R->markInteresting(MR->getBaseRegion()); in HandleOffsetFree() 2420 R->markInteresting(Sym); in HandleUseAfterFree() 2455 R->markInteresting(Sym); in HandleDoubleFree() 2457 R->markInteresting(PrevSym); in HandleDoubleFree() 2483 R->markInteresting(Sym); in HandleDoubleDelete() 2514 R->markInteresting(Sym); in HandleUseZeroAlloc() 2554 R->markInteresting(MR); in HandleFunctionPtrFree() [all …]
|
| H A D | DynamicTypeChecker.cpp | 85 R->markInteresting(Reg); in reportTypeError()
|
| H A D | SmartPtrModeling.cpp | 699 BR.markInteresting(SecondThisRegion); in handleSwap() 704 BR.markInteresting(FirstThisRegion); in handleSwap() 808 BR.markInteresting(OtherSmartPtrRegion); in updateMovedSmartPointers()
|
| H A D | StreamChecker.cpp | 1176 R->markInteresting(StreamSym); in reportFEofWarning() 1215 R->markInteresting(LeakSym); in reportLeaks()
|
| H A D | ExprInspectionChecker.cpp | 185 R->markInteresting(*ExprVal); in reportBug()
|
| H A D | FuchsiaHandleChecker.cpp | 670 R->markInteresting(Sym); in reportBug()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 44 Report->markInteresting(RequestRegion); in reportDoubleNonblocking() 64 Report->markInteresting(RequestRegion); in reportMissingWait()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 430 void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind = 438 void markInteresting( 447 void markInteresting(SVal V, bugreporter::TrackingKind TKind = 449 void markInteresting(const LocationContext *LC);
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 223 Report->markInteresting(InvalidatedSymbolicBase); in checkPostCall() 266 Report->markInteresting(InvalidatedSymbolicBase); in checkLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 756 BR.markInteresting(Sym); in getEndPath() 767 BR.markInteresting(Sym); in getEndPath() 893 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2253 void PathSensitiveBugReport::markInteresting(SymbolRef sym, in markInteresting() function in PathSensitiveBugReport 2263 markInteresting(meta->getRegion(), TKind); in markInteresting() 2278 void PathSensitiveBugReport::markInteresting(const MemRegion *R, in markInteresting() function in PathSensitiveBugReport 2287 markInteresting(SR->getSymbol(), TKind); in markInteresting() 2301 void PathSensitiveBugReport::markInteresting(SVal V, in markInteresting() function in PathSensitiveBugReport 2303 markInteresting(V.getAsRegion(), TKind); in markInteresting() 2304 markInteresting(V.getAsSymbol(), TKind); in markInteresting() 2307 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in PathSensitiveBugReport
|
| H A D | BugReporterVisitors.cpp | 1114 BR.markInteresting(CalleeSFC); in visitNodeInitial() 2362 Report.markInteresting(V, Opts.Kind); in handle() 2531 Report.markInteresting(RegionRVal, Opts.Kind); in handle() 3411 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()
|