Home | History | Annotate | Download | only in info

Lines Matching full:preprocessing

320 When you invoke GCC, it normally does preprocessing, compilation,
1141 Compilation can involve up to four stages: preprocessing, compilation
1143 preprocessing and compiling several files either into several assembler
1315 Stop after the preprocessing stage; do not run the compiler
1319 Input files which don't require preprocessing are ignored.
1796 Performs a compilation in two passes: preprocessing and compiling.
1799 add in an additional preprocessing step after normal preprocessing
4441 is used for preprocessing.
4640 Dump all macro definitions, at the end of preprocessing, in
7676 If you use the `-E' option, nothing is done except preprocessing.
7840 Instead of outputting the result of preprocessing, output a rule
8114 When preprocessing, handle directives, but do not expand macros.
8119 With `-E', preprocessing is limited to the handling of directives
8132 `-fpreprocessed' take precedence. This enables full preprocessing
8188 time of preprocessing. When this option is enabled, the
8240 directives and the result of preprocessing. Both kinds of
8248 preprocessing.
8312 preprocessing anything.
15795 The remaining environment variables apply only when preprocessing
16141 * Preprocessing directives implementation::
16598 File: gcc.info, Node: Statements implementation, Next: Preprocessing directives implementation, Prev: Declarators implementation, Up: C Implementation
16610 File: gcc.info, Node: Preprocessing directives implementation, Next: Library functions implementation, Prev: Statements implementation, Up: C Implementation
16612 4.13 Preprocessing directives
16638 * `The method by which preprocessing tokens (possibly resulting from
16662 File: gcc.info, Node: Library functions implementation, Next: Architecture implementation, Prev: Preprocessing directives implementation, Up: C Implementation
19577 grammar. *Note Miscellaneous Preprocessing Directives: (cpp)Other
37162 * Programs that use preprocessing directives in the middle of macro
37212 preprocessing conditionals that fail. Some programs have English
37270 operator. Actually, this string is a single "preprocessing token".
37276 A "preprocessing token" is a "preprocessing number" if it begins
37280 `p-', `P+' and `P-' cannot appear in preprocessing numbers.)
37284 preprocessing number.
37760 definition was not actually compiled due to preprocessing
43928 * preprocessing numbers: Incompatibilities. (line 173)
43929 * preprocessing tokens: Incompatibilities. (line 173)
44418 Node: Preprocessing directives implementation703448