Home | History | Annotate | Download | only in Core

Lines Matching refs:ArgReg

1665     const MemRegion *ArgReg = Call->getArgSVal(Idx).getAsRegion();
1668 if ( !ArgReg || (ArgReg != R && !R->isSubRegionOf(ArgReg->StripCasts())))