This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to run over each node of a tree ?


On Tue, May 20, 2003 at 11:16:38AM +0200, Matthieu Moy wrote:
> 
> I want to do a complete run over a tree (GCC AST). 
> 
you could use walk_tree ().


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]