Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp132 const RegionRawOffsetV2 &rawOffset = in checkLocation() local
135 if (!rawOffset.getRegion()) in checkLocation()
138 NonLoc rawOffsetVal = rawOffset.getByteOffset(); in checkLocation()
144 SVal extentBegin = computeExtentBegin(svalBuilder, rawOffset.getRegion()); in checkLocation()
149 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()
181 const MemRegion *MR = rawOffset.getRegion(); in checkLocation()
188 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()
208 SVal ByteOffset = rawOffset.getByteOffset(); in checkLocation()