Home | History | Annotate | Download | only in info

Lines Matching full:preprocessing

320 When you invoke GCC, it normally does preprocessing, compilation,
1133 Compilation can involve up to four stages: preprocessing, compilation
1135 preprocessing and compiling several files either into several assembler
1307 Stop after the preprocessing stage; do not run the compiler
1311 Input files which don't require preprocessing are ignored.
1788 Performs a compilation in two passes: preprocessing and compiling.
1791 add in an additional preprocessing step after normal preprocessing
4312 is used for preprocessing.
4511 Dump all macro definitions, at the end of preprocessing, in
7425 If you use the `-E' option, nothing is done except preprocessing.
7588 Instead of outputting the result of preprocessing, output a rule
7862 When preprocessing, handle directives, but do not expand macros.
7867 With `-E', preprocessing is limited to the handling of directives
7880 `-fpreprocessed' take precedence. This enables full preprocessing
7936 time of preprocessing. When this option is enabled, the
7988 directives and the result of preprocessing. Both kinds of
7996 preprocessing.
8060 preprocessing anything.
15530 The remaining environment variables apply only when preprocessing
15876 * Preprocessing directives implementation::
16333 File: gcc.info, Node: Statements implementation, Next: Preprocessing directives implementation, Prev: Declarators implementation, Up: C Implementation
16345 File: gcc.info, Node: Preprocessing directives implementation, Next: Library functions implementation, Prev: Statements implementation, Up: C Implementation
16347 4.13 Preprocessing directives
16373 * `The method by which preprocessing tokens (possibly resulting from
16397 File: gcc.info, Node: Library functions implementation, Next: Architecture implementation, Prev: Preprocessing directives implementation, Up: C Implementation
19287 grammar. *Note Miscellaneous Preprocessing Directives: (cpp)Other
36848 * Programs that use preprocessing directives in the middle of macro
36898 preprocessing conditionals that fail. Some programs have English
36956 operator. Actually, this string is a single "preprocessing token".
36962 A "preprocessing token" is a "preprocessing number" if it begins
36966 `p-', `P+' and `P-' cannot appear in preprocessing numbers.)
36970 preprocessing number.
37446 definition was not actually compiled due to preprocessing
43579 * preprocessing numbers: Incompatibilities. (line 173)
43580 * preprocessing tokens: Incompatibilities. (line 173)
44067 Node: Preprocessing directives implementation691687