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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp803 const MemRegion *bufRegion = val.getAsRegion(); local
804 if (!bufRegion)
808 bufRegion = bufRegion->StripCasts();
811 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion);

Completed in 372 milliseconds