Home
last modified time | relevance | path

Searched refs:preprocessed (Results 1 – 25 of 74) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c747 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 Dc-pch.c448 if (!cpp_get_options (pfile)->preprocessed) in c_common_pch_pragma()
H A Dc-ppoutput.c399 if (!cpp_get_options (parse_in)->preprocessed) in pp_file_change()
H A Dgcc.c3078 bool preprocessed; member
6535 infiles[i].preprocessed = false; in main()
6571 infiles[i].preprocessed = true; in main()
/openbsd-src/gnu/gcc/libcpp/
H A Dinit.c485 if (CPP_OPTION (pfile, preprocessed)) in cpp_read_main_file()
620 if (CPP_OPTION (pfile, preprocessed)) in post_options()
H A Ddirectives.c405 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 Dpch.c442 if (CPP_OPTION (r, preprocessed)) in cpp_valid_state()
H A Dfiles.c725 CPP_OPTION (pfile, preprocessed)); in _cpp_stack_file()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppopts.texi235 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 Dcppenv.texi29 regardless of which language is being preprocessed.
H A Dcpp.info178 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 DTypes.def26 // 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 Dcppenv.texi29 regardless of which language is being preprocessed.
H A Dcppopts.texi223 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 Dclang.rst628 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 Dcppinit.c1026 if (CPP_OPTION (pfile, preprocessed))
1075 if (! CPP_OPTION (pfile, preprocessed))
1483 if (CPP_OPTION (pfile, preprocessed))
H A Dcpplib.h359 unsigned char preprocessed; member
H A Dcppmain.c384 if (!CPP_OPTION (pfile, preprocessed))
H A Dcpplib.c375 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed)
397 if (CPP_OPTION (pfile, preprocessed)
411 if (! CPP_OPTION (pfile, preprocessed))
H A Dcppfiles.c357 /* from_stage3 */ CPP_OPTION (pfile, preprocessed), 0);
H A Dc-opts.c1221 cpp_opts->preprocessed = on;
H A Dgcc.hlp288 preprocessed input file. When this qualifier is used, no assembly
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToSubmitABug.rst67 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 Dcpplib.h378 unsigned char preprocessed; member
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dinvoke.texi97 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.

123