This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Existing tree functionality?
- From: Michael Tegtmeyer <tegtmeye at mail dot eecis dot udel dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 6 Jul 2005 08:32:38 -0400 (EDT)
- Subject: Existing tree functionality?
Hello,
Is there existing functionality somewhere to sweep a function and collect
all externally visible variables at the tree level or do I need to roll my
own? I've looked in tree.h and grepped around as much as I could but I
haven't found anything obvious.
Thanks in advance,
Mike Tegtmeyer