Home
last modified time | relevance | path

Searched defs:tree_stmt_iterator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-iterator.h32 struct tree_stmt_iterator { struct
39 bool operator== (tree_stmt_iterator b) const argument
45 { tree_stmt_iterator x = *this; ++*this; return x; } argument
47 { tree_stmt_iterator x = *this; --*this; return x; } argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-iterator.h32 struct tree_stmt_iterator { struct
37 static inline tree_stmt_iterator argument