Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp287 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 DMacOSKeychainAPIChecker.cpp123 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 DErrnoChecker.cpp129 BR->markInteresting(ErrnoRegion); in generateErrnoNotCheckedBug()
156 BR->markInteresting(ErrnoLoc->getAsRegion()); in checkLocation()
H A DSimpleStreamChecker.cpp199 R->markInteresting(FileDescSym); in reportDoubleClose()
212 R->markInteresting(LeakedStream); in reportLeaks()
H A DUndefinedNewArraySizeChecker.cpp65 R->markInteresting(ArgVal); in HandleUndefinedArrayElementCount()
H A DSmartPtrChecker.cpp89 R->markInteresting(DerefRegion); in reportBug()
H A DPointerArithChecker.cpp179 R->markInteresting(ArrayRegion); in reportPointerArithMisuse()
202 R->markInteresting(Region); in reportPointerArithMisuse()
H A DDeleteWithNonVirtualDtorChecker.cpp100 R->markInteresting(BaseClassRegion); in checkPreStmt()
H A DDebugContainerModeling.cpp104 BR.markInteresting(Cont); in analyzerContainerDataField()
H A DIteratorRangeChecker.cpp287 R->markInteresting(Val); in reportBug()
288 R->markInteresting(Pos->getContainer()); in reportBug()
H A DInvalidatedIteratorChecker.cpp134 R->markInteresting(Val); in reportBug()
H A DBlockInCriticalSectionChecker.cpp157 R->markInteresting(BlockDescSym); in reportBlockInCritSection()
H A DValistChecker.cpp259 R->markInteresting(VAList); in reportUninitializedAccess()
302 R->markInteresting(Reg); in reportLeakedVALists()
H A DMallocChecker.cpp2243 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 DDynamicTypeChecker.cpp85 R->markInteresting(Reg); in reportTypeError()
H A DSmartPtrModeling.cpp699 BR.markInteresting(SecondThisRegion); in handleSwap()
704 BR.markInteresting(FirstThisRegion); in handleSwap()
808 BR.markInteresting(OtherSmartPtrRegion); in updateMovedSmartPointers()
H A DStreamChecker.cpp1176 R->markInteresting(StreamSym); in reportFEofWarning()
1215 R->markInteresting(LeakSym); in reportLeaks()
H A DExprInspectionChecker.cpp185 R->markInteresting(*ExprVal); in reportBug()
H A DFuchsiaHandleChecker.cpp670 R->markInteresting(Sym); in reportBug()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp44 Report->markInteresting(RequestRegion); in reportDoubleNonblocking()
64 Report->markInteresting(RequestRegion); in reportMissingWait()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp223 Report->markInteresting(InvalidatedSymbolicBase); in checkPostCall()
266 Report->markInteresting(InvalidatedSymbolicBase); in checkLocation()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp756 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 DBugReporter.cpp2253 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 DBugReporterVisitors.cpp1114 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()

12