Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp91 {bugreporter::TrackingKind::Thorough, in checkPostStmt()
H A DObjCContainersChecker.cpp148 {bugreporter::TrackingKind::Thorough, in checkPreStmt()
H A DMIGChecker.cpp291 {bugreporter::TrackingKind::Thorough, /*EnableNullFPSuppression=*/false}); in checkReturnAux()
H A DMallocChecker.cpp907 : NoStateChangeFuncVisitor(bugreporter::TrackingKind::Thorough), Sym(Sym), in NoOwnershipChangeVisitor()
/openbsd-src/gnu/llvm/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.h99 Thorough, enumerator
110 TrackingKind Kind = TrackingKind::Thorough;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2240 case bugreporter::TrackingKind::Thorough: in insertToInterestingnessMap()
2241 Result.first->getSecond() = bugreporter::TrackingKind::Thorough; in insertToInterestingnessMap()
2325 case bugreporter::TrackingKind::Thorough: in getInterestingnessKind()
H A DBugReporterVisitors.cpp2731 {bugreporter::TrackingKind::Thorough, in VisitNode()