Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp41 class RegionRawOffsetV2 { class
46 RegionRawOffsetV2() in RegionRawOffsetV2() function in __anone4e16ee70111::RegionRawOffsetV2
50 RegionRawOffsetV2(const SubRegion* base, SVal offset) in RegionRawOffsetV2() function in __anone4e16ee70111::RegionRawOffsetV2
56 static RegionRawOffsetV2 computeOffset(const GRState *state,
97 const RegionRawOffsetV2 &rawOffset = in checkLocation()
98 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation()
193 void RegionRawOffsetV2::dump() const { in dump()
197 void RegionRawOffsetV2::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream()
246 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(const GRState *state, in computeOffset()
259 return RegionRawOffsetV2(subReg, offset); in computeOffset()
[all …]