|
GCC Middle and Back End API Reference
|
#include <tree-iterator.h>
Public Member Functions | |
| tsi_range (tree t) | |
| tree_stmt_iterator | begin () const |
| tree_stmt_iterator | end () const |
Private Attributes | |
| tree | t |
Make tree_stmt_iterator work as a C++ range, e.g.
for (tree stmt : tsi_range (stmt_list)) { ... }
|
inline |
References t, and tsi_start().
|
inline |
References t.
|
private |
Referenced by begin(), end(), and tsi_range().