Searched defs:bufRegion (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp792 const MemRegion *bufRegion = val.getAsRegion(); local
793 if (!bufRegion)
797 bufRegion = bufRegion->StripCasts();
800 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion);

Completed in 161 milliseconds