GNU Compiler Collection (GCC) Internals: Declarations

Next: Attributes, Previous: Types, Up: GENERIC   [Contents][Index]


10.4 Declarations

This section covers the various kinds of declarations that appear in the internal representation, except for declarations of functions (represented by FUNCTION_DECL nodes), which are described in Functions.

• Working with declarations:    Macros and functions that work on declarations.
• Internal structure:    How declaration nodes are represented.