Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp59 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); } in getByteOffset() function in __anonc0dc03360111::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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h255 unsigned getByteOffset() const { in getByteOffset() function
H A DInterp.h187 unsigned VL = LHS.getByteOffset();
188 unsigned VR = RHS.getByteOffset();
209 unsigned VL = LHS.getByteOffset();
210 unsigned VR = RHS.getByteOffset();