Searched defs:ConstraintManager (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp1 //== ConstraintManager.cpp - Constraints on symbolic values -----*- C++ -*--==//
19 ConstraintManager::~ConstraintManager() {}
28 ConditionTruthVal ConstraintManager::checkNull(ProgramStateRef State,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h1 //== ConstraintManager.h - Constraints on symbolic values.-------*- C++ -*--==//
62 class ConstraintManager { class in namespace:clang::ento
64 ConstraintManager() : NotifyAssumeClients(true) {} function in class:clang::ento::ConstraintManager
66 virtual ~ConstraintManager();
134 /// Note that a ConstraintManager is not obligated to return a concretized
162 /// to avoid infinite recursions within the ConstraintManager.
164 /// Note that this flag allows the ConstraintManager to be re-entrant,
169 /// all SVal values. This method returns true if the ConstraintManager can
180 std::unique_ptr<ConstraintManager>

Completed in 97 milliseconds