Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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(), *ConcreteNV, in checkLocation()
180 const MemRegion *MR = rawOffset.getRegion(); in checkLocation()
187 getSimplifiedOffsets(rawOffset.getByteOffset(), *ConcreteSize, in checkLocation()
207 SVal ByteOffset = rawOffset.getByteOffset(); in checkLocation()