Home
last modified time | relevance | path

Searched refs:preprocessor (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dtroff9 0 search/1 .\\" troff or preprocessor input text
12 0 search/1 '\\" troff or preprocessor input text
15 0 search/1 '.\\" troff or preprocessor input text
18 0 search/1 \\" troff or preprocessor input text
21 #0 search/1 ''' troff or preprocessor input text
23 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9][\ \t] troff or preprocessor input text
26 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9]$ troff or preprocessor input text
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DWindresOpts.td35 defm preprocessor : Long<"preprocessor", "Custom preprocessor command">;
36 defm preprocessor_arg : Long<"preprocessor-arg", "Preprocessor command argument">;
43 defm define : LongShort<"D", "define", "Define to pass to the preprocessor">;
45 defm undef : LongShort<"U", "undefine", "Undefine to pass to the preprocessor">;
H A DOpts.td20 def define : JS<"D", "Define a symbol for the C preprocessor.">;
21 def undef : JS<"U", "Undefine a symbol for the C preprocessor.">;
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dacx_extract_cpp_defn.m41 # Extract data from preprocessor output using sed expresions.
25 # Extract single line definitions from preprocessor output. If the
26 # output of the C preprocessor on PROGRAM contains a definition for VARIABLE,
39 dnl preprocessor quirks (commands 1.2 & 1.3 in the sed script below).
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A DChangeLog29 PR preprocessor/97498
39 PR preprocessor/105732
54 PR preprocessor/104147
68 PR preprocessor/104030
174 PR preprocessor/89971
180 PR preprocessor/102432
205 PR preprocessor/103415
231 PR preprocessor/103355
237 PR preprocessor/103355
244 PR preprocessor/103165
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppopts.texi6 @c Options affecting the preprocessor
22 If you are invoking the preprocessor from a shell or shell-like
46 for @var{file} is the preprocessor's working directory @emph{instead of}
85 source file. The preprocessor outputs one @command{make} rule containing
97 This option does not suppress the preprocessor's debug output, such as
122 the preprocessor sends the rules to the same place it would send
212 Indicate to the preprocessor that the input file has already been
215 The preprocessor still recognizes and removes comments, so that you can
217 problems. In this mode the integrated preprocessor is little more than
244 preprocessor operations, such as macro expansion and trigraph
[all …]
H A Dfrontends.texi52 @cindex compiler compared to C++ preprocessor
59 sort of preprocessor should not be confused with the @dfn{C
60 preprocessor}, which is an integral feature of the C, C++, Objective-C
H A Dcpp.texi53 * Cpp: (cpp). The GNU C preprocessor.
73 The C preprocessor implements the macro language used to transform C,
180 The C preprocessor, often known as @dfn{cpp}, is a @dfn{macro processor}
186 The C preprocessor is intended to be used only with C, C++, and
202 Wherever possible, you should use a preprocessor geared to the language
209 preprocessor, which provides a small superset of the features of ISO
210 Standard C@. In its default mode, the GNU C preprocessor does not do a
219 This manual describes the behavior of the ISO preprocessor. To
220 minimize gratuitous differences, where the ISO preprocessor's
222 traditional preprocessor should behave the same way. The various
[all …]
H A Dcpp.info25 * Cpp: (cpp). The GNU C preprocessor.
34 The C preprocessor implements the macro language used to transform C,
160 The C preprocessor, often known as "cpp", is a "macro processor" that is
165 The C preprocessor is intended to be used only with C, C++, and
181 Wherever possible, you should use a preprocessor geared to the
188 C preprocessor, which provides a small superset of the features of ISO
189 Standard C. In its default mode, the GNU C preprocessor does not do a
198 This manual describes the behavior of the ISO preprocessor. To
199 minimize gratuitous differences, where the ISO preprocessor's behavior
201 preprocessor should behave the same way. The various differences that
[all …]
H A Dcppwarnopts.texi6 @c Options affecting preprocessor warnings
49 The preprocessor also warns if the macro has not been used at the
56 conditional blocks, then the preprocessor reports it as unused. To avoid the
H A Dcppinternals.info47 The GNU C preprocessor is implemented as a library, "cpplib", so it can
48 be easily shared between a stand-alone preprocessor, and a preprocessor
57 preprocessor in previous versions of GCC would operate on text strings
183 'parsing_args' is nonzero when the preprocessor is collecting the
202 correct in the preprocessor; there are plenty of tests in the testsuite
292 When the preprocessor was changed to return pointers to tokens, one
295 preprocessor, the future direction of the C family front ends, and even
298 Occasionally the preprocessor wants to be able to peek ahead in the
305 preprocessor wants to be able to test the current token with the
314 preprocessor lex all tokens on a line consecutively into a token buffer,
[all …]
H A Dcppinternals.texi73 The GNU C preprocessor is
75 a stand-alone preprocessor, and a preprocessor integrated with the C,
83 preprocessor in previous versions of GCC would operate on text strings
207 @code{parsing_args} is nonzero when the preprocessor is collecting the
230 in the preprocessor; there are plenty of tests in the testsuite for
325 When the preprocessor was changed to return pointers to tokens, one
328 preprocessor, the future direction of the C family front ends, and even
331 Occasionally the preprocessor wants to be able to peek ahead in the
338 preprocessor wants to be able to test the current token with the
347 preprocessor lex all tokens on a line consecutively into a token buffer,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppopts.texi6 @c Options affecting the preprocessor
22 If you are invoking the preprocessor from a shell or shell-like
46 for @var{file} is the preprocessor's working directory @emph{instead of}
85 source file. The preprocessor outputs one @command{make} rule containing
97 This option does not suppress the preprocessor's debug output, such as
122 the preprocessor sends the rules to the same place it would send
216 Indicate to the preprocessor that the input file has already been
219 The preprocessor still recognizes and removes comments, so that you can
221 problems. In this mode the integrated preprocessor is little more than
248 preprocessor operations, such as macro expansion and trigraph
[all …]
H A Dfrontends.texi52 @cindex compiler compared to C++ preprocessor
59 sort of preprocessor should not be confused with the @dfn{C
60 preprocessor}, which is an integral feature of the C, C++, Objective-C
H A Dcpp.texi53 * Cpp: (cpp). The GNU C preprocessor.
73 The C preprocessor implements the macro language used to transform C,
180 The C preprocessor, often known as @dfn{cpp}, is a @dfn{macro processor}
186 The C preprocessor is intended to be used only with C, C++, and
202 Wherever possible, you should use a preprocessor geared to the language
209 preprocessor, which provides a small superset of the features of ISO
210 Standard C@. In its default mode, the GNU C preprocessor does not do a
219 This manual describes the behavior of the ISO preprocessor. To
220 minimize gratuitous differences, where the ISO preprocessor's
222 traditional preprocessor should behave the same way. The various
[all …]
H A Dcpp.info25 * Cpp: (cpp). The GNU C preprocessor.
34 The C preprocessor implements the macro language used to transform C,
160 The C preprocessor, often known as "cpp", is a "macro processor" that is
165 The C preprocessor is intended to be used only with C, C++, and
181 Wherever possible, you should use a preprocessor geared to the
188 C preprocessor, which provides a small superset of the features of ISO
189 Standard C. In its default mode, the GNU C preprocessor does not do a
198 This manual describes the behavior of the ISO preprocessor. To
199 minimize gratuitous differences, where the ISO preprocessor's behavior
201 preprocessor should behave the same way. The various differences that
[all …]
H A Dcppwarnopts.texi6 @c Options affecting preprocessor warnings
49 The preprocessor also warns if the macro has not been used at the
56 conditional blocks, then the preprocessor reports it as unused. To avoid the
H A Dcppinternals.info47 The GNU C preprocessor is implemented as a library, "cpplib", so it can
48 be easily shared between a stand-alone preprocessor, and a preprocessor
57 preprocessor in previous versions of GCC would operate on text strings
183 'parsing_args' is nonzero when the preprocessor is collecting the
202 correct in the preprocessor; there are plenty of tests in the testsuite
292 When the preprocessor was changed to return pointers to tokens, one
295 preprocessor, the future direction of the C family front ends, and even
298 Occasionally the preprocessor wants to be able to peek ahead in the
305 preprocessor wants to be able to test the current token with the
314 preprocessor lex all tokens on a line consecutively into a token buffer,
[all …]
H A Dcppinternals.texi73 The GNU C preprocessor is
75 a stand-alone preprocessor, and a preprocessor integrated with the C,
83 preprocessor in previous versions of GCC would operate on text strings
207 @code{parsing_args} is nonzero when the preprocessor is collecting the
230 in the preprocessor; there are plenty of tests in the testsuite for
325 When the preprocessor was changed to return pointers to tokens, one
328 preprocessor, the future direction of the C family front ends, and even
331 Occasionally the preprocessor wants to be able to peek ahead in the
338 preprocessor wants to be able to test the current token with the
347 preprocessor lex all tokens on a line consecutively into a token buffer,
[all …]
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dopt_cppflags.m45 [AC_MSG_CHECKING(for configuration/compilation (-I) preprocessor flags)
8 [configure/compile with ARG (-I) preprocessor flags]),
/netbsd-src/external/public-domain/sqlite/dist/
H A DREADME.txt99 Other preprocessor defines
102 Additionally, preprocessor defines may be specified by using the OPTS macro
103 on the NMAKE command line. However, not all possible preprocessor defines
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dc.m441 # And possibly the associated preprocessor.
310 [(Objective) C/C++ preprocessor flags, e.g. -I<include dir>
335 # Find the C preprocessor. Must be AC_DEFUN'd to be AC_REQUIRE'able.
342 # Check if $ac_cpp is a working preprocessor that can flag absent
383 # Find a working C preprocessor.
390 AC_ARG_VAR([CPP], [C preprocessor])dnl
393 AC_MSG_CHECKING([how to run the C preprocessor])
414 [AC_MSG_FAILURE([C preprocessor "$CPP" fails sanity check])])
421 # Treat warnings from the preprocessor as errors.
626 # Find the C++ preprocessor. Must be AC_DEFUN'd to be AC_REQUIRE'able.
[all …]
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dc.at96 AC_MSG_ERROR([looked for a C preprocessor without looking for a compiler])
120 # If the preprocessor is not strict, just ignore
122 AC_MSG_ERROR([preprocessor has no warning option], 77)
159 AC_MSG_ERROR([failed to detect preprocessor warning option])
204 AC_MSG_ERROR([error messages on stderr cause the preprocessor selection to fail])
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwindres.c795 char *preprocessor; in main() local
826 preprocessor = NULL; in main()
889 if (asprintf (& preprocessor, "\"%s\"", optarg) == -1) in main()
890 preprocessor = optarg; in main()
893 preprocessor = optarg; in main()
1061 resources = read_rc_file (input_filename, preprocessor, preprocargs, in main()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwindres.c795 char *preprocessor; in main() local
826 preprocessor = NULL; in main()
889 if (asprintf (& preprocessor, "\"%s\"", optarg) == -1) in main()
890 preprocessor = optarg; in main()
893 preprocessor = optarg; in main()
1061 resources = read_rc_file (input_filename, preprocessor, preprocargs, in main()

12345678910>>...33