Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp26 bool SimpleConstraintManager::canReasonAbout(SVal X) const { in canReasonAbout() function in clang::ento::SimpleConstraintManager
120 if (!canReasonAbout(Cond)) { in assumeAux()
201 if (!canReasonAbout(Value)) { in assumeWithinInclusiveRange()
DSimpleConstraintManager.h106 bool canReasonAbout(SVal X) const override;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h173 virtual bool canReasonAbout(SVal X) const = 0;