Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp23 SimpleConstraintManager::~SimpleConstraintManager() {} in ~SimpleConstraintManager()
25 ProgramStateRef SimpleConstraintManager::assumeInternal(ProgramStateRef State, in assumeInternal()
44 ProgramStateRef SimpleConstraintManager::assume(ProgramStateRef State, in assume()
52 ProgramStateRef SimpleConstraintManager::assumeAux(ProgramStateRef State, in assumeAux()
94 ProgramStateRef SimpleConstraintManager::assumeInclusiveRangeInternal( in assumeInclusiveRangeInternal()
H A DCMakeLists.txt44 SimpleConstraintManager.cpp
/llvm-project-15.0.7/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.h407 class RangedConstraintManager : public SimpleConstraintManager {
410 : 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()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn56 "SimpleConstraintManager.cpp",
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m686 // '($0 - 1)' after '--length', but SimpleConstraintManager doesn't know how to
H A Dobjcmt-arc-cf-annotations.m.result728 // '($0 - 1)' after '--length', but SimpleConstraintManager doesn't know how to
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.m791 // '($0 - 1)' after '--length', but SimpleConstraintManager doesn't know how to
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt242 clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
556 clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp