Home
last modified time | relevance | path

Searched refs:Thorough (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.h67 : NoStateChangeFuncVisitor(bugreporter::TrackingKind::Thorough), Sym(Sym), in NoOwnershipChangeVisitor()
H A DObjCContainersChecker.cpp143 {bugreporter::TrackingKind::Thorough, in checkPreStmt()
H A DMIGChecker.cpp291 {bugreporter::TrackingKind::Thorough, /*EnableNullFPSuppression=*/false}); in checkReturnAux()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h431 bugreporter::TrackingKind::Thorough);
440 bugreporter::TrackingKind TKind = bugreporter::TrackingKind::Thorough);
448 bugreporter::TrackingKind::Thorough);
H A DBugReporterVisitors.h105 Thorough, enumerator
116 TrackingKind Kind = TrackingKind::Thorough;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2252 case bugreporter::TrackingKind::Thorough: in insertToInterestingnessMap()
2253 Result.first->getSecond() = bugreporter::TrackingKind::Thorough; in insertToInterestingnessMap()
2337 case bugreporter::TrackingKind::Thorough: in getInterestingnessKind()
H A DBugReporterVisitors.cpp2753 {bugreporter::TrackingKind::Thorough, in VisitNode()