Searched refs:TrackingKind (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 311 llvm::DenseMap<SymbolRef, bugreporter::TrackingKind> InterestingSymbols; 318 llvm::DenseMap<const MemRegion *, bugreporter::TrackingKind> 430 void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind = 431 bugreporter::TrackingKind::Thorough); 440 bugreporter::TrackingKind TKind = bugreporter::TrackingKind::Thorough); 447 void markInteresting(SVal V, bugreporter::TrackingKind TKind = 448 bugreporter::TrackingKind::Thorough); 456 std::optional<bugreporter::TrackingKind> 459 std::optional<bugreporter::TrackingKind> 462 std::optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
|
| H A D | BugReporterVisitors.h | 96 enum class TrackingKind { enum 110 TrackingKind Kind = TrackingKind::Thorough; 663 bugreporter::TrackingKind TKind; 727 NoStateChangeFuncVisitor(bugreporter::TrackingKind TKind) : TKind(TKind) {} in NoStateChangeFuncVisitor()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefCapturedBlockVarChecker.cpp | 91 {bugreporter::TrackingKind::Thorough, in checkPostStmt()
|
| H A D | ObjCContainersChecker.cpp | 148 {bugreporter::TrackingKind::Thorough, in checkPreStmt()
|
| H A D | MIGChecker.cpp | 291 {bugreporter::TrackingKind::Thorough, /*EnableNullFPSuppression=*/false}); in checkReturnAux()
|
| H A D | MallocChecker.cpp | 907 : NoStateChangeFuncVisitor(bugreporter::TrackingKind::Thorough), Sym(Sym), in NoOwnershipChangeVisitor()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2226 llvm::DenseMap<T, bugreporter::TrackingKind> &InterestingnessMap, T Val, in insertToInterestingnessMap() 2227 bugreporter::TrackingKind TKind) { in insertToInterestingnessMap() 2240 case bugreporter::TrackingKind::Thorough: in insertToInterestingnessMap() 2241 Result.first->getSecond() = bugreporter::TrackingKind::Thorough; in insertToInterestingnessMap() 2243 case bugreporter::TrackingKind::Condition: in insertToInterestingnessMap() 2254 bugreporter::TrackingKind TKind) { in markInteresting() 2279 bugreporter::TrackingKind TKind) { in markInteresting() 2302 bugreporter::TrackingKind TKind) { in markInteresting() 2313 std::optional<bugreporter::TrackingKind> 2325 case bugreporter::TrackingKind::Thorough: in getInterestingnessKind() [all …]
|
| H A D | BugReporterVisitors.cpp | 251 if (std::optional<bugreporter::TrackingKind> K = in isVarAnInterestingCondition() 253 return *K == bugreporter::TrackingKind::Condition; in isVarAnInterestingCondition() 518 NoStoreFuncVisitor(const SubRegion *R, bugreporter::TrackingKind TKind) in NoStoreFuncVisitor() 782 if (TKind == bugreporter::TrackingKind::Condition) in maybeEmitNote() 977 bugreporter::TrackingKind TKind; 982 bugreporter::TrackingKind TKind) in ReturnVisitor() 1104 if (TKind == bugreporter::TrackingKind::Condition) in visitNodeInitial() 1737 if (Options.Kind == TrackingKind::Condition && OriginSFC && in VisitNode() 2107 {bugreporter::TrackingKind::Condition, in VisitNode() 2244 if (Opts.Kind == bugreporter::TrackingKind::Condition) in handle() [all …]
|