Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp53 NonLoc getByteOffset() const { return cast<NonLoc>(byteOffset); } in getByteOffset() function in __anone4e16ee70111::RegionRawOffsetV2
111 = svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(), in checkLocation()
143 = svalBuilder.evalBinOpNN(state, BO_GE, rawOffset.getByteOffset(), in checkLocation()
198 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