Home
last modified time | relevance | path

Searched refs:assumeWithinInclusiveRange (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h102 virtual ProgramStateRef assumeWithinInclusiveRange(ProgramStateRef State,
111 ProgramStateRef StInRange = assumeWithinInclusiveRange(State, Value, From, in assumeWithinInclusiveRangeDual()
119 ProgramStateRef StOutOfRange = assumeWithinInclusiveRange(State, Value, in assumeWithinInclusiveRangeDual()
DProgramState.h201 ProgramStateRef assumeWithinInclusiveRange(DefinedOrUnknownSVal Val,
212 assumeWithinInclusiveRange(DefinedOrUnknownSVal Val, const llvm::APSInt &From,
662 ProgramState::assumeWithinInclusiveRange(DefinedOrUnknownSVal Val, in assumeWithinInclusiveRange() function
671 return getStateManager().ConstraintMgr->assumeWithinInclusiveRange( in assumeWithinInclusiveRange()
676 ProgramState::assumeWithinInclusiveRange(DefinedOrUnknownSVal Val, in assumeWithinInclusiveRange() function
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.h41 ProgramStateRef assumeWithinInclusiveRange(ProgramStateRef State,
DSimpleConstraintManager.cpp193 ProgramStateRef SimpleConstraintManager::assumeWithinInclusiveRange( in assumeWithinInclusiveRange() function in clang::ento::SimpleConstraintManager
DExprEngine.cpp1843 DefaultSt->assumeWithinInclusiveRange(*NL, V1, V2); in processSwitch()