Home
last modified time | relevance | path

Searched refs:hasPathSensitiveCheckers (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h165 bool hasPathSensitiveCheckers() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp698 if ((Mode & AM_Path) && checkerMgr->hasPathSensitiveCheckers()) { in HandleCode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp37 bool CheckerManager::hasPathSensitiveCheckers() const { in hasPathSensitiveCheckers() function in CheckerManager