Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp180 R->markInteresting(FileDescSym); in reportDoubleClose()
193 R->markInteresting(LeakedStream); in reportLeaks()
H A DCXXDeleteChecker.cpp135 R->markInteresting(BaseClassRegion); in checkTypedDeleteExpr()
178 R->markInteresting(BaseClassRegion); in checkTypedDeleteExpr()
H A DErrnoChecker.cpp129 BR->markInteresting(ErrnoRegion); in generateErrnoNotCheckedBug()
156 BR->markInteresting(ErrnoLoc->getAsRegion()); in checkLocation()
H A DUndefinedNewArraySizeChecker.cpp65 R->markInteresting(ArgVal); in HandleUndefinedArrayElementCount()
H A DSmartPtrChecker.cpp89 R->markInteresting(DerefRegion); in reportBug()
H A DDebugContainerModeling.cpp97 BR.markInteresting(Cont); in analyzerContainerDataField()
H A DIteratorRangeChecker.cpp286 R->markInteresting(Val); in reportBug()
287 R->markInteresting(Pos->getContainer()); in reportBug()
H A DMallocChecker.cpp1707 R->markInteresting(TaintedSym); in reportTaintBug()
2296 R->markInteresting(MR); in HandleNonHeapDealloc()
2324 R->markInteresting(ArgVal.getAsRegion()); in HandleFreeAlloca()
2380 R->markInteresting(Sym); in HandleMismatchedDealloc()
2440 R->markInteresting(MR->getBaseRegion()); in HandleOffsetFree()
2473 R->markInteresting(Sym); in HandleUseAfterFree()
2508 R->markInteresting(Sym); in HandleDoubleFree()
2510 R->markInteresting(PrevSym); in HandleDoubleFree()
2536 R->markInteresting(Sym); in HandleDoubleDelete()
2567 R->markInteresting(Sym); in HandleUseZeroAlloc()
[all …]
H A DInvalidatedIteratorChecker.cpp130 R->markInteresting(Val); in reportBug()
H A DValistChecker.cpp258 R->markInteresting(VAList); in reportUninitializedAccess()
301 R->markInteresting(Reg); in reportLeakedVALists()
H A DSetgidSetuidOrderChecker.cpp185 Report->markInteresting(State->get<LastSetuidCallSVal>()); in emitReport()
H A DSmartPtrModeling.cpp698 BR.markInteresting(SecondThisRegion); in handleSwap()
703 BR.markInteresting(FirstThisRegion); in handleSwap()
807 BR.markInteresting(OtherSmartPtrRegion); in updateMovedSmartPointers()
H A DArrayBoundCheckerV2.cpp683 BR.markInteresting(PartSym); in markPartsInteresting()
692 BR.markInteresting(Sym); in markPartsInteresting()
H A DVLASizeChecker.cpp229 report->markInteresting(Sym); in reportTaintBug()
H A DBlockInCriticalSectionChecker.cpp330 R->markInteresting(Call.getReturnValue()); in reportBlockInCritSection()
H A DGenericTaintChecker.cpp167 BR.markInteresting(Sym); in taintOriginTrackerTag()
197 BR.markInteresting(CallLocation); in taintPropagationExplainerTag()
1053 report->markInteresting(TaintedSym); in generateReportIfTainted()
H A DStreamChecker.cpp1872 R->markInteresting(Sym); in ensureNoFilePositionIndeterminate()
1883 R->markInteresting(Sym); in ensureNoFilePositionIndeterminate()
1925 R->markInteresting(StreamSym); in reportFEofWarning()
1966 R->markInteresting(LeakSym); in reportLeaks()
H A DNullabilityChecker.cpp178 R->markInteresting(Region); in reportBug()
H A DLocalizationChecker.cpp767 R->markInteresting(S); in reportLocalizationError()
H A DStdLibraryFunctionsChecker.cpp882 R->markInteresting(Call.getArgSVal(ArgN)); in reportBug()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h430 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 DInvalidPtrChecker.cpp306 Report->markInteresting(InvalidatedSymbolicBase); in checkPostCall()
349 Report->markInteresting(InvalidatedSymbolicBase); in checkLocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp756 BR.markInteresting(Sym); in getEndPath()
767 BR.markInteresting(Sym); in getEndPath()
890 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2265 void PathSensitiveBugReport::markInteresting(SymbolRef sym, in markInteresting() function in PathSensitiveBugReport
2275 markInteresting(meta->getRegion(), TKind); in markInteresting()
2290 void PathSensitiveBugReport::markInteresting(const MemRegion *R, in markInteresting() function in PathSensitiveBugReport
2299 markInteresting(SR->getSymbol(), TKind); in markInteresting()
2313 void PathSensitiveBugReport::markInteresting(SVal V, in markInteresting() function in PathSensitiveBugReport
2315 markInteresting(V.getAsRegion(), TKind); in markInteresting()
2316 markInteresting(V.getAsSymbol(), TKind); in markInteresting()
2319 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in PathSensitiveBugReport
H A DBugReporterVisitors.cpp1144 BR.markInteresting(CalleeSFC); in visitNodeInitial()
2383 Report.markInteresting(V, Opts.Kind); in handle()
2553 Report.markInteresting(RegionRVal, Opts.Kind); in handle()
3443 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()