Searched refs:TrackingKind (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 313 llvm::DenseMap<SymbolRef, bugreporter::TrackingKind> InterestingSymbols; 320 llvm::DenseMap<const MemRegion *, bugreporter::TrackingKind> 432 void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind = 433 bugreporter::TrackingKind::Thorough); 442 bugreporter::TrackingKind TKind = bugreporter::TrackingKind::Thorough); 449 void markInteresting(SVal V, bugreporter::TrackingKind TKind = 450 bugreporter::TrackingKind::Thorough); 458 Optional<bugreporter::TrackingKind> 461 Optional<bugreporter::TrackingKind> 464 Optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
|
| H A D | BugReporterVisitors.h | 94 enum class TrackingKind { enum 108 TrackingKind Kind = TrackingKind::Thorough;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefCapturedBlockVarChecker.cpp | 90 {bugreporter::TrackingKind::Thorough, in checkPostStmt()
|
| H A D | ObjCContainersChecker.cpp | 151 {bugreporter::TrackingKind::Thorough, in checkPreStmt()
|
| H A D | MIGChecker.cpp | 289 {bugreporter::TrackingKind::Thorough, /*EnableNullFPSuppression=*/false}); in checkReturnAux()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2218 llvm::DenseMap<T, bugreporter::TrackingKind> &InterestingnessMap, T Val, in insertToInterestingnessMap() 2219 bugreporter::TrackingKind TKind) { in insertToInterestingnessMap() 2232 case bugreporter::TrackingKind::Thorough: in insertToInterestingnessMap() 2233 Result.first->getSecond() = bugreporter::TrackingKind::Thorough; in insertToInterestingnessMap() 2235 case bugreporter::TrackingKind::Condition: in insertToInterestingnessMap() 2246 bugreporter::TrackingKind TKind) { in markInteresting() 2305 Optional<bugreporter::TrackingKind> 2317 case bugreporter::TrackingKind::Thorough: in getInterestingnessKind() 2319 case bugreporter::TrackingKind::Condition: in getInterestingnessKind() 2330 Optional<bugreporter::TrackingKind> [all …]
|
| H A D | BugReporterVisitors.cpp | 249 return *K == bugreporter::TrackingKind::Condition; in isVarAnInterestingCondition() 361 bugreporter::TrackingKind TKind; 382 NoStoreFuncVisitor(const SubRegion *R, bugreporter::TrackingKind TKind) in NoStoreFuncVisitor() 725 if (TKind == bugreporter::TrackingKind::Condition) in maybeEmitNote() 920 bugreporter::TrackingKind TKind; 925 bugreporter::TrackingKind TKind) in ReturnVisitor() 1051 if (TKind == bugreporter::TrackingKind::Condition) in visitNodeInitial() 1525 if (Options.Kind == TrackingKind::Condition && OriginSFC && in VisitNode() 1865 {bugreporter::TrackingKind::Condition, in VisitNode() 2003 if (Opts.Kind == bugreporter::TrackingKind::Condition) in handle() [all …]
|