Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp138 NonLoc rawOffsetVal = rawOffset.getByteOffset(); in checkLocation() local
152 rawOffsetVal = simplifiedOffsets.first; in checkLocation()
156 SVal lowerBound = svalBuilder.evalBinOpNN(state, BO_LT, rawOffsetVal, *NV, in checkLocation()
190 rawOffsetVal = simplifiedOffsets.first; in checkLocation()
194 SVal upperbound = svalBuilder.evalBinOpNN(state, BO_GE, rawOffsetVal, in checkLocation()