GCC Middle and Back End API Reference
|
#include <tree.h>
Public Member Functions | |
tree_vec_range (tree v) | |
tree * | begin () |
tree * | end () |
Private Attributes | |
tree | v |
Treat a TREE_VEC as a range of trees, e.g. for (tree e : tree_vec_range (v)) { ... }
|
inline |
|
inline |
References TREE_VEC_BEGIN, and v.
|
inline |
References TREE_VEC_END, and v.