Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2978 auto *ArgRegion = dyn_cast_or_null<TypedValueRegion>(ArgVal.getAsRegion()); in updateOutParameter() local
2979 if (!ArgRegion) in updateOutParameter()
2982 QualType PointeeTy = ArgRegion->getValueType(); in updateOutParameter()
2986 SVal PointeeVal = State->getSVal(ArgRegion); in updateOutParameter()
3408 if (const MemRegion *ArgRegion = RetVal.getAsRegion()) { in evalCall() local
3416 state = state->invalidateRegions(ArgRegion, CE, C.blockCount(), LCtx, in evalCall()