Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp56 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); } in getByteOffset() function in __anon83ecfd230111::RegionRawOffsetV2
115 svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(), *NV, in checkLocation()
146 = svalBuilder.evalBinOpNN(state, BO_GE, rawOffset.getByteOffset(), in checkLocation()
160 if (state->isTainted(rawOffset.getByteOffset())) in checkLocation()
219 os << "raw_offset_v2{" << getRegion() << ',' << getByteOffset() << '}'; in dumpToStream()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMLocatorImpl.java167 public int getByteOffset(){ in getByteOffset() method in DOMLocatorImpl