Home
last modified time | relevance | path

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 DBugReporter.h313 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 DBugReporterVisitors.h94 enum class TrackingKind { enum
108 TrackingKind Kind = TrackingKind::Thorough;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp90 {bugreporter::TrackingKind::Thorough, in checkPostStmt()
H A DObjCContainersChecker.cpp151 {bugreporter::TrackingKind::Thorough, in checkPreStmt()
H A DMIGChecker.cpp289 {bugreporter::TrackingKind::Thorough, /*EnableNullFPSuppression=*/false}); in checkReturnAux()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2218 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 DBugReporterVisitors.cpp249 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 …]