GNU Compiler Collection (GCC) Internals: Statement Sequences |
---|
Next: Empty Statements, Previous: Blocks, Up: Statements [Contents][Index]
Multiple statements at the same nesting level are collected into
a STATEMENT_LIST
. Statement lists are modified and
traversed using the interface in ‘tree-iterator.h’.