Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h132 bool hasPathSensitiveCheckers() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp715 if ((Mode & AM_Path) && checkerMgr->hasPathSensitiveCheckers()) { in HandleCode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp34 bool CheckerManager::hasPathSensitiveCheckers() const { in hasPathSensitiveCheckers() function in CheckerManager