Searched defs:tree_stmt_iterator (Results 1 – 1 of 1) 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