Searched defs:tree_stmt_iterator (Results 1 – 2 of 2) sorted by relevance
32 struct tree_stmt_iterator { struct39 bool operator== (tree_stmt_iterator b) const argument45 { tree_stmt_iterator x = *this; ++*this; return x; } argument47 { tree_stmt_iterator x = *this; --*this; return x; } argument
32 struct tree_stmt_iterator { struct37 static inline tree_stmt_iterator argument