Searched refs:TrackingKind (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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); 440 bugreporter::TrackingKind TKind = bugreporter::TrackingKind::Thorough); 445 void markInteresting(SVal V, bugreporter::TrackingKind TKind = 446 bugreporter::TrackingKind::Thorough); 454 Optional<bugreporter::TrackingKind> 457 Optional<bugreporter::TrackingKind> 460 Optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
|
| H A D | BugReporterVisitors.h | 91 enum class TrackingKind { enum 116 TrackingKind TKind = TrackingKind::Thorough, 134 using TrackingKind = bugreporter::TrackingKind; variable 135 TrackingKind TKind; 150 bool InEnableNullFPSuppression, TrackingKind TKind,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 247 if (Optional<bugreporter::TrackingKind> K = B->getInterestingnessKind(*V)) in isVarAnInterestingCondition() 248 return *K == bugreporter::TrackingKind::Condition; in isVarAnInterestingCondition() 360 bugreporter::TrackingKind TKind; 381 NoStoreFuncVisitor(const SubRegion *R, bugreporter::TrackingKind TKind) in NoStoreFuncVisitor() 724 if (TKind == bugreporter::TrackingKind::Condition) in maybeEmitNote() 919 bugreporter::TrackingKind TKind; 923 AnalyzerOptions &Options, bugreporter::TrackingKind TKind) in ReturnVisitor() 948 bugreporter::TrackingKind TKind) { in addVisitorIfNecessary() 1136 if (TKind == bugreporter::TrackingKind::Condition) in visitNodeInitial() 1564 if (TKind == TrackingKind::Condition && in VisitNode() [all …]
|
| H A D | BugReporter.cpp | 2225 llvm::DenseMap<T, bugreporter::TrackingKind> &InterestingnessMap, T Val, in insertToInterestingnessMap() 2226 bugreporter::TrackingKind TKind) { in insertToInterestingnessMap() 2239 case bugreporter::TrackingKind::Thorough: in insertToInterestingnessMap() 2240 Result.first->getSecond() = bugreporter::TrackingKind::Thorough; in insertToInterestingnessMap() 2242 case bugreporter::TrackingKind::Condition: in insertToInterestingnessMap() 2253 bugreporter::TrackingKind TKind) { in markInteresting() 2264 bugreporter::TrackingKind TKind) { in markInteresting() 2276 bugreporter::TrackingKind TKind) { in markInteresting() 2287 Optional<bugreporter::TrackingKind> 2299 case bugreporter::TrackingKind::Thorough: in getInterestingnessKind() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefCapturedBlockVarChecker.cpp | 91 bugreporter::TrackingKind::Thorough)); in checkPostStmt()
|
| H A D | ObjCContainersChecker.cpp | 151 N, IdxExpr, *R, bugreporter::TrackingKind::Thorough, false); in checkPreStmt()
|
| H A D | MIGChecker.cpp | 288 bugreporter::TrackingKind::Thorough, false); in checkReturnAux()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 989 false, bugreporter::TrackingKind::Thorough)); in findBindingToReport()
|