| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 280 R->markInteresting(Val1); in reportBug() 281 R->markInteresting(Val2); in reportBug() 291 R->markInteresting(Val); in reportBug() 292 R->markInteresting(Reg); in reportBug()
|
| H A D | MacOSKeychainAPIChecker.cpp | 118 void markInteresting(PathSensitiveBugReport *R, in markInteresting() function in __anon6a7fd89c0111::MacOSKeychainAPIChecker 120 R->markInteresting(AP.first); in markInteresting() 121 R->markInteresting(AP.second->Region); in markInteresting() 239 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport() 282 Report->markInteresting(AS->Region); in checkPreStmt() 336 Report->markInteresting(AS->Region); in checkPreStmt() 489 markInteresting(Report.get(), AP); in generateAllocatedDataNotReleasedReport()
|
| H A D | SimpleStreamChecker.cpp | 180 R->markInteresting(FileDescSym); in reportDoubleClose() 193 R->markInteresting(LeakedStream); in reportLeaks()
|
| H A D | CXXDeleteChecker.cpp | 131 R->markInteresting(BaseClassRegion); in checkTypedDeleteExpr() 174 R->markInteresting(BaseClassRegion); in checkTypedDeleteExpr()
|
| H A D | ErrnoChecker.cpp | 128 BR->markInteresting(ErrnoRegion); in generateErrnoNotCheckedBug() 155 BR->markInteresting(ErrnoLoc->getAsRegion()); in checkLocation()
|
| H A D | UndefinedNewArraySizeChecker.cpp | 65 R->markInteresting(ArgVal); in HandleUndefinedArrayElementCount()
|
| H A D | SmartPtrChecker.cpp | 85 R->markInteresting(DerefRegion); in reportBug()
|
| H A D | BuiltinFunctionChecker.cpp | 136 BR.markInteresting(Arg1); in createBuiltinOverflowNoteTag() 137 BR.markInteresting(Arg2); in createBuiltinOverflowNoteTag()
|
| H A D | DebugContainerModeling.cpp | 97 BR.markInteresting(Cont); in analyzerContainerDataField()
|
| H A D | IteratorRangeChecker.cpp | 286 R->markInteresting(Val); in reportBug() 287 R->markInteresting(Pos->getContainer()); in reportBug()
|
| H A D | DivZeroChecker.cpp | 77 R->markInteresting(Sym); in reportTaintBug()
|
| H A D | InvalidatedIteratorChecker.cpp | 130 R->markInteresting(Val); in reportBug()
|
| H A D | ValistChecker.cpp | 258 R->markInteresting(VAList); in reportUninitializedAccess() 301 R->markInteresting(Reg); in reportLeakedVALists()
|
| H A D | MallocChecker.cpp | 1920 R->markInteresting(TaintedSym); in reportTaintBug() 2547 R->markInteresting(MR); in HandleNonHeapDealloc() 2570 R->markInteresting(ArgVal.getAsRegion()); in HandleFreeAlloca() 2622 R->markInteresting(Sym); in HandleMismatchedDealloc() 2676 R->markInteresting(MR->getBaseRegion()); in HandleOffsetFree() 2702 R->markInteresting(Sym); in HandleUseAfterFree() 2732 R->markInteresting(Sym); in HandleDoubleFree() 2734 R->markInteresting(PrevSym); in HandleDoubleFree() 2758 R->markInteresting(Sym); in HandleUseZeroAlloc() 2793 R->markInteresting(MR); in HandleFunctionPtrFree() [all …]
|
| H A D | SetgidSetuidOrderChecker.cpp | 185 Report->markInteresting(State->get<LastSetuidCallSVal>()); in emitReport()
|
| H A D | DynamicTypeChecker.cpp | 77 R->markInteresting(Reg); in reportTypeError()
|
| H A D | SmartPtrModeling.cpp | 698 BR.markInteresting(SecondThisRegion); in handleSwap() 703 BR.markInteresting(FirstThisRegion); in handleSwap() 807 BR.markInteresting(OtherSmartPtrRegion); in updateMovedSmartPointers()
|
| H A D | ArrayBoundChecker.cpp | 730 BR.markInteresting(PartSym); in markPartsInteresting() 739 BR.markInteresting(Sym); in markPartsInteresting()
|
| H A D | VLASizeChecker.cpp | 227 report->markInteresting(Sym); in reportTaintBug()
|
| H A D | GenericTaintChecker.cpp | 165 BR.markInteresting(Sym); in taintOriginTrackerTag() 195 BR.markInteresting(CallLocation); in taintPropagationExplainerTag() 1050 report->markInteresting(TaintedSym); in generateReportIfTainted()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 43 Report->markInteresting(RequestRegion); in reportDoubleNonblocking() 63 Report->markInteresting(RequestRegion); in reportMissingWait()
|
| /freebsd/contrib/llvm-project/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);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 306 Report->markInteresting(InvalidatedSymbolicBase); in checkPostCall() 349 Report->markInteresting(InvalidatedSymbolicBase); in checkLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 757 BR.markInteresting(Sym); in getEndPath() 768 BR.markInteresting(Sym); in getEndPath() 891 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2283 void PathSensitiveBugReport::markInteresting(SymbolRef sym, in markInteresting() function in PathSensitiveBugReport 2293 markInteresting(meta->getRegion(), TKind); in markInteresting() 2308 void PathSensitiveBugReport::markInteresting(const MemRegion *R, in markInteresting() function in PathSensitiveBugReport 2317 markInteresting(SR->getSymbol(), TKind); in markInteresting() 2331 void PathSensitiveBugReport::markInteresting(SVal V, in markInteresting() function in PathSensitiveBugReport 2333 markInteresting(V.getAsRegion(), TKind); in markInteresting() 2334 markInteresting(V.getAsSymbol(), TKind); in markInteresting() 2337 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in PathSensitiveBugReport
|