Searched refs:RegionRVal (Results 1 – 1 of 1) sorted by relevance
2188 const MemRegion *RegionRVal = RVal.getAsRegion(); in trackExpressionValue() local2189 if (RegionRVal && isa<SymbolicRegion>(RegionRVal)) { in trackExpressionValue()2190 report.markInteresting(RegionRVal, TKind); in trackExpressionValue()2192 loc::MemRegionVal(RegionRVal), /*assumption=*/false)); in trackExpressionValue()