| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-opts.cc | 515 cpp_opts->preprocessed = value; in c_common_handle_option() 1170 !cpp_opts->preprocessed); in c_common_post_options() 1406 if (cpp_opts->directives_only && !cpp_opts->preprocessed && !flag_dump_macros) in sanitize_cpp_opts() 1484 if (!cpp_opts->preprocessed) in c_finish_options() 1545 if (!cpp_opts->preprocessed) in c_finish_options() 1577 if (flag_hosted && std_inc && !cpp_opts->preprocessed) in push_command_line_include() 1591 if (!cpp_opts->preprocessed && opt->code == OPT_include in push_command_line_include() 1602 if (!cpp_opts->preprocessed) in push_command_line_include() 1626 if (new_map && cpp_opts->preprocessed in cb_file_change()
|
| H A D | c-ppoutput.cc | 99 && !cpp_get_options (pfile)->preprocessed) in preprocess_file() 755 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
|
| H A D | c-pch.cc | 389 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-opts.c | 492 cpp_opts->preprocessed = value; in c_common_handle_option() 1359 if (cpp_opts->directives_only && !cpp_opts->preprocessed && !flag_dump_macros) in sanitize_cpp_opts() 1437 if (!cpp_opts->preprocessed) in c_finish_options() 1496 if (!cpp_opts->preprocessed) in c_finish_options() 1528 if (flag_hosted && std_inc && !cpp_opts->preprocessed) in push_command_line_include() 1542 if (!cpp_opts->preprocessed && opt->code == OPT_include in push_command_line_include() 1553 if (!cpp_opts->preprocessed) in push_command_line_include()
|
| H A D | c-ppoutput.c | 99 && !cpp_get_options (pfile)->preprocessed) in preprocess_file() 659 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
|
| H A D | c-pch.c | 407 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | init.cc | 692 CPP_OPTION (pfile, preprocessed) ? &pfile->no_search_path in cpp_read_main_file() 703 injecting || CPP_OPTION (pfile, preprocessed) in cpp_read_main_file() 708 if (CPP_OPTION (pfile, preprocessed)) in cpp_read_main_file() 876 if (CPP_OPTION (pfile, preprocessed)) in post_options()
|
| H A D | directives.cc | 463 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed) in _cpp_handle_directive() 489 if (CPP_OPTION (pfile, preprocessed) in _cpp_handle_directive() 504 if (! CPP_OPTION (pfile, preprocessed)) in _cpp_handle_directive()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | cppopts.texi | 123 preprocessed output. 137 also suppresses preprocessed output, as a missing header file renders 213 preprocessed. This suppresses things like macro expansion, trigraph 216 pass a file preprocessed with @option{-C} to the compiler without 222 extensions that GCC uses for preprocessed files created by 251 files previously preprocessed with @code{-E -fdirectives-only}. 255 files previously preprocessed with @code{-E -fdirectives-only}. 370 This option is off by default, because the resulting preprocessed output 388 directory, when it's present in the preprocessed input, as the
|
| H A D | cppenv.texi | 28 regardless of which language is being preprocessed.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | cppopts.texi | 123 preprocessed output. 137 also suppresses preprocessed output, as a missing header file renders 217 preprocessed. This suppresses things like macro expansion, trigraph 220 pass a file preprocessed with @option{-C} to the compiler without 226 extensions that GCC uses for preprocessed files created by 255 files previously preprocessed with @code{-E -fdirectives-only}. 259 files previously preprocessed with @code{-E -fdirectives-only}. 374 This option is off by default, because the resulting preprocessed output 392 directory, when it's present in the preprocessed input, as the
|
| H A D | cppenv.texi | 28 regardless of which language is being preprocessed.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/ |
| H A D | Makeasm.am | 72 # .S assembler, preprocessed with cpp. 92 # .asm assembler, preprocessed with m4.
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/ |
| H A D | regs.sed.in | 30 * This file is a sed script which is first preprocessed by cpp or cc -E to
|
| /netbsd-src/external/apache2/llvm/dist/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.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/ |
| H A D | clang.rst | 600 source file is preprocessed. 605 source file is preprocessed. 610 source file is preprocessed. 666 include preprocessed source files (use the :option:`-E` option) and the full
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | init.c | 690 if (CPP_OPTION (pfile, preprocessed)) in cpp_read_main_file() 818 if (CPP_OPTION (pfile, preprocessed)) in post_options()
|
| H A D | directives.c | 447 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed) in _cpp_handle_directive() 473 if (CPP_OPTION (pfile, preprocessed) in _cpp_handle_directive() 488 if (! CPP_OPTION (pfile, preprocessed)) in _cpp_handle_directive()
|
| H A D | pch.c | 592 if (CPP_OPTION (r, preprocessed)) in cpp_valid_state()
|
| /netbsd-src/external/lgpl3/gmp/dist/doc/ |
| H A D | configuration | 67 .asm Assembly code preprocessed with m4 68 .S Assembly code preprocessed with cpp 69 .s Assembly code not preprocessed at all
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | cpp.cc | 525 cpp_option->preprocessed = gfc_option.flag_preprocessed; in gfc_cpp_post_options() 918 if (!cpp_get_options (cpp_in)->preprocessed) in cb_file_change()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToSubmitABug.rst | 68 On a ``clang`` crash, the compiler will dump a preprocessed file and a script 79 reduce the preprocessed file down to the smallest amount of code that still
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | cpp.c | 475 cpp_option->preprocessed = gfc_option.flag_preprocessed; in gfc_cpp_post_options() 898 if (!cpp_get_options (cpp_in)->preprocessed) in cb_file_change()
|
| /netbsd-src/external/bsd/ntp/dist/scripts/monitoring/ |
| H A D | README | 91 values, that have been preprocessed and analysed by this script.
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
| H A D | fortran.m4 | 1195 # FCFLAGS needed to allow this extension for preprocessed Fortran, and store 1197 # If successful, call ACTION-IF-SUCCESS. If unable to compile preprocessed 1242 AC_CACHE_CHECK([for Fortran flag to compile preprocessed .$1 files], 1273 [AC_MSG_ERROR([Fortran could not compile preprocessed .$1 files])]) 1292 # Find a flag to specify defines for preprocessed Fortran. Not all 1306 AC_CACHE_CHECK([how to define symbols for preprocessed Fortran],
|