Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp57 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); } in getByteOffset() function in __anon7e27a6510111::RegionRawOffsetV2
136 NonLoc rawOffsetVal = rawOffset.getByteOffset(); in checkLocation()
147 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()
186 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()
207 SVal ByteOffset = rawOffset.getByteOffset(); in checkLocation()
269 os << "raw_offset_v2{" << getRegion() << ',' << getByteOffset() << '}'; in dumpToStream()