Lines Matching full:preprocessing
329 When you invoke GCC, it normally does preprocessing, compilation,
1099 Compilation can involve up to four stages: preprocessing, compilation
1101 preprocessing and compiling several files either into several assembler
1268 Stop after the preprocessing stage; do not run the compiler
1272 Input files which don't require preprocessing are ignored.
1723 Performs a compilation in two passes: preprocessing and compiling.
1726 add in an additional preprocessing step after normal preprocessing
4157 effects when `-E' is used for preprocessing.
4193 Dump all macro definitions, at the end of preprocessing, in
6840 If you use the `-E' option, nothing is done except preprocessing.
7006 Instead of outputting the result of preprocessing, output a rule
7280 When preprocessing, handle directives, but do not expand macros.
7285 With `-E', preprocessing is limited to the handling of directives
7298 `-fpreprocessed' take precedence. This enables full preprocessing
7354 time of preprocessing. When this option is enabled, the
7406 directives and the result of preprocessing. Both kinds of
7414 preprocessing.
7471 preprocessing anything.
14516 The remaining environment variables apply only when preprocessing
14862 * Preprocessing directives implementation::
15319 File: gcc.info, Node: Statements implementation, Next: Preprocessing directives implementation, Prev: Declarators implementation, Up: C Implementation
15331 File: gcc.info, Node: Preprocessing directives implementation, Next: Library functions implementation, Prev: Statements implementation, Up: C Implementation
15333 4.13 Preprocessing directives
15359 * `The method by which preprocessing tokens (possibly resulting from
15383 File: gcc.info, Node: Library functions implementation, Next: Architecture implementation, Prev: Preprocessing directives implementation, Up: C Implementation
18006 grammar. *Note Miscellaneous Preprocessing Directives: (cpp)Other
35025 * Programs that use preprocessing directives in the middle of macro
35075 preprocessing conditionals that fail. Some programs have English
35133 operator. Actually, this string is a single "preprocessing token".
35139 A "preprocessing token" is a "preprocessing number" if it begins
35143 `p-', `P+' and `P-' cannot appear in preprocessing numbers.)
35147 preprocessing number.
35623 definition was not actually compiled due to preprocessing
41618 * preprocessing numbers: Incompatibilities. (line 173)
41619 * preprocessing tokens: Incompatibilities. (line 173)
42046 Node: Preprocessing directives implementation647621