GCC Middle and Back End API Reference
call_expr_arg_iterator_d Struct Reference

#include <tree.h>

Data Fields

tree t
int n
int i

Detailed Description

Abstract iterators for CALL_EXPRs.  These static inline definitions
   have to go towards the end of tree.h so that union tree_node is fully
   defined by this point.   
Structure containing iterator state.   

Field Documentation

int call_expr_arg_iterator_d::i
int call_expr_arg_iterator_d::n
tree call_expr_arg_iterator_d::t

The documentation for this struct was generated from the following file: