| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-opts.c | 747 cpp_opts->preprocessed = value; in c_common_handle_option() 1376 if (!cpp_opts->preprocessed) in finish_options() 1446 if (!cpp_opts->preprocessed && opt->code == OPT_include in push_command_line_include() 1457 if (!cpp_opts->preprocessed) in push_command_line_include()
|
| H A D | c-pch.c | 448 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()
|
| H A D | c-ppoutput.c | 399 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
|
| H A D | gcc.c | 3078 bool preprocessed; member 6535 infiles[i].preprocessed = false; in main() 6571 infiles[i].preprocessed = true; in main()
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | init.c | 485 if (CPP_OPTION (pfile, preprocessed)) in cpp_read_main_file() 620 if (CPP_OPTION (pfile, preprocessed)) in post_options()
|
| H A D | directives.c | 405 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed) in _cpp_handle_directive() 427 if (CPP_OPTION (pfile, preprocessed) in _cpp_handle_directive() 441 if (! CPP_OPTION (pfile, preprocessed)) in _cpp_handle_directive()
|
| H A D | pch.c | 442 if (CPP_OPTION (r, preprocessed)) in cpp_valid_state()
|
| H A D | files.c | 725 CPP_OPTION (pfile, preprocessed)); in _cpp_stack_file()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cppopts.texi | 235 preprocessed output. 247 also suppresses preprocessed output, as a missing header file renders 338 This option is off by default, because the resulting preprocessed output 528 preprocessed. This suppresses things like macro expansion, trigraph 531 pass a file preprocessed with @option{-C} to the compiler without 537 extensions that GCC uses for preprocessed files created by 583 directory, when it's present in the preprocessed input, as the
|
| H A D | cppenv.texi | 29 regardless of which language is being preprocessed.
|
| H A D | cpp.info | 178 C-family languages. If a Makefile is preprocessed, all the hard tabs 3127 the same column in the preprocessed output that it appeared in the 3254 you attempt to compile preprocessed output containing an unmatched quote 4035 sends the rules to the same place it would have sent preprocessed 4047 preprocessed output, as a missing header file renders this useless. 4251 preprocessed. This suppresses things like macro expansion, 4254 comments, so that you can pass a file preprocessed with `-C' to 4260 GCC uses for preprocessed files created by `-save-temps'. 4298 preprocessed input, as the directory emitted as the current 4446 of which language is being preprocessed.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Types.def | 26 // The third value is that id of the type for preprocessed inputs of 27 // this type, or INVALID if this type is not preprocessed.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppenv.texi | 29 regardless of which language is being preprocessed.
|
| H A D | cppopts.texi | 223 preprocessed output. 235 also suppresses preprocessed output, as a missing header file renders 454 preprocessed. This suppresses things like macro expansion, trigraph 457 pass a file preprocessed with @option{-C} to the compiler without 463 extensions that GCC uses for preprocessed files created by
|
| /openbsd-src/gnu/llvm/clang/docs/CommandGuide/ |
| H A D | clang.rst | 628 source file is preprocessed. 633 source file is preprocessed. 638 source file is preprocessed. 694 include preprocessed source files (use the :option:`-E` option) and the full
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppinit.c | 1026 if (CPP_OPTION (pfile, preprocessed)) 1075 if (! CPP_OPTION (pfile, preprocessed)) 1483 if (CPP_OPTION (pfile, preprocessed))
|
| H A D | cpplib.h | 359 unsigned char preprocessed; member
|
| H A D | cppmain.c | 384 if (!CPP_OPTION (pfile, preprocessed))
|
| H A D | cpplib.c | 375 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed) 397 if (CPP_OPTION (pfile, preprocessed) 411 if (! CPP_OPTION (pfile, preprocessed))
|
| H A D | cppfiles.c | 357 /* from_stage3 */ CPP_OPTION (pfile, preprocessed), 0);
|
| H A D | c-opts.c | 1221 cpp_opts->preprocessed = on;
|
| H A D | gcc.hlp | 288 preprocessed input file. When this qualifier is used, no assembly
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToSubmitABug.rst | 67 On a ``clang`` crash, the compiler will dump a preprocessed file and a script 78 reduce the preprocessed file down to the smallest amount of code that still
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 378 unsigned char preprocessed; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 97 or preprocessed source. 217 or preprocessed source. 267 Fortran source code that should not be preprocessed. 272 You can force @samp{.f} files to be preprocessed by @command{cpp} by using 288 Fortran source code that must be preprocessed (by the C preprocessor 300 Ratfor source code, which must be preprocessed by the @command{ratfor} 1728 themselves, preprocessed.
|