Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp243 nonloc::ConcreteInt IntDist = *IntDistOp; in advancePosition() local
245 if (IntDist.getValue()->isNegative()) { in advancePosition()
246 IntDist = nonloc::ConcreteInt(BVF.getValue(-IntDist.getValue())); in advancePosition()
252 IntDist, SymMgr.getType(Pos->getOffset())) in advancePosition()