On Thu, Jul 07, 2005 at 12:40:11PM -0400, Michael Tegtmeyer wrote: > In bar, 'i' is not global but is not passed in via arguments either. > referenced_vars contains the 'this' ptr. Is there anything existing that > will obtain 'i' as an external variable w.r.t. bar? > 'i' is not a standalone variable, it's a field of struct foo. 'this' is a PARM_DECL. 'this->i' is external to bar.
Diego.