Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp23 SimpleConstraintManager::~SimpleConstraintManager() {} in ~SimpleConstraintManager()
25 ProgramStateRef SimpleConstraintManager::assume(ProgramStateRef State, in assume()
44 ProgramStateRef SimpleConstraintManager::assume(ProgramStateRef State, in assume()
52 ProgramStateRef SimpleConstraintManager::assumeAux(ProgramStateRef State, in assumeAux()
94 ProgramStateRef SimpleConstraintManager::assumeInclusiveRange( in assumeInclusiveRange()
H A DCMakeLists.txt43 SimpleConstraintManager.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h23 class SimpleConstraintManager : public ConstraintManager {
28 SimpleConstraintManager(ExprEngine *exprengine, SValBuilder &SB) in SimpleConstraintManager() function
31 ~SimpleConstraintManager() override;
H A DRangedConstraintManager.h313 class RangedConstraintManager : public SimpleConstraintManager {
316 : SimpleConstraintManager(EE, SB) {} in RangedConstraintManager()
H A DSMTConstraintManager.h30 class SMTConstraintManager : public clang::ento::SimpleConstraintManager { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
36 : SimpleConstraintManager(EE, SB) {} in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/
H A DMakefile45 SimpleConstraintManager.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn55 "SimpleConstraintManager.cpp",