Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp856 const MemRegion *bufRegion = val.getAsRegion(); in getCStringLiteral() local
857 if (!bufRegion) in getCStringLiteral()
861 bufRegion = bufRegion->StripCasts(); in getCStringLiteral()
864 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion); in getCStringLiteral()