Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp59 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); } in getByteOffset() function in __anon31e79a4d0111::RegionRawOffsetV2
138 NonLoc rawOffsetVal = rawOffset.getByteOffset(); in checkLocation()
149 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()
188 getSimplifiedOffsets(rawOffset.getByteOffset(), in checkLocation()
208 SVal ByteOffset = rawOffset.getByteOffset(); in checkLocation()
270 os << "raw_offset_v2{" << getRegion() << ',' << getByteOffset() << '}'; in dumpToStream()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h186 unsigned VL = LHS.getByteOffset();
187 unsigned VR = RHS.getByteOffset();
208 unsigned VL = LHS.getByteOffset();
209 unsigned VR = RHS.getByteOffset();
H A DPointer.h255 unsigned getByteOffset() const { in getByteOffset() function