Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIterator.cpp244 nonloc::ConcreteInt IntDist = *IntDistOp; in advancePosition() local
246 if (IntDist.getValue().isNegative()) { in advancePosition()
247 IntDist = nonloc::ConcreteInt(BVF.getValue(-IntDist.getValue())); in advancePosition()
253 IntDist, SymMgr.getType(Pos->getOffset())) in advancePosition()