Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp107 SVal extentBegin = computeExtentBegin(svalBuilder, rawOffset.getRegion()); in checkLocation() local
109 if (isa<NonLoc>(extentBegin)) { in checkLocation()
112 cast<NonLoc>(extentBegin), in checkLocation()