Home
last modified time | relevance | path

Searched full:preprocessor (Results 1 – 25 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor23.c19 * check-name: Preprocessor #23
39 preprocessor/preprocessor23.c:3:1: error: '##' failed: concatenation is not a valid token
40 preprocessor/preprocessor23.c:4:1: error: '##' failed: concatenation is not a valid token
41 preprocessor/preprocessor23.c:5:1: error: '##' failed: concatenation is not a valid token
42 preprocessor/preprocessor23.c:5:1: error: '##' failed: concatenation is not a valid token
43 preprocessor/preprocessor23.c:6:1: error: '##' failed: concatenation is not a valid token
44 preprocessor/preprocessor23.c:6:1: error: '##' failed: concatenation is not a valid token
45 preprocessor/preprocessor23.c:7:1: error: '##' failed: concatenation is not a valid token
46 preprocessor/preprocessor23.c:7:1: error: '##' failed: concatenation is not a valid token
47 preprocessor/preprocessor23.c:10:1: error: '##' failed: concatenation is not a valid token
[all …]
H A Dpreprocessor11.c12 * check-name: Preprocessor #11
21 preprocessor/preprocessor11.c:1:11: error: "1" may not appear in macro parameter list
22 preprocessor/preprocessor11.c:2:11: error: missing ')' in macro parameter list
23 preprocessor/preprocessor11.c:3:12: error: missing ')' in macro parameter list
24 preprocessor/preprocessor11.c:4:11: error: parameter name missing
25 preprocessor/preprocessor11.c:5:11: error: __VA_ARGS__ can only appear in the expansion of a C99 va…
26 preprocessor/preprocessor11.c:6:12: error: "+" may not appear in macro parameter list
27 preprocessor/preprocessor11.c:7:12: error: missing ')' in macro parameter list
28 preprocessor/preprocessor11.c:8:12: error: missing ')' in macro parameter list
29 preprocessor/preprocessor11.c:9:11: error: missing ')' in macro parameter list
H A Dpreprocessor22.c15 * check-name: Preprocessor #22
23 preprocessor/preprocessor22.c:6:1: error: directive in argument list
24 preprocessor/preprocessor22.c:8:1: error: directive in argument list
25 preprocessor/preprocessor22.c:10:1: error: directive in argument list
26 preprocessor/preprocessor22.c:12:1: error: directive in argument list
H A Dpreprocessor8.c18 * check-name: Preprocessor #8
33 preprocessor/preprocessor8.c:1:14: error: '##' cannot appear at the ends of macro expansion
34 preprocessor/preprocessor8.c:2:16: error: '##' cannot appear at the ends of macro expansion
35 preprocessor/preprocessor8.c:3:22: error: '##' cannot appear at the ends of macro expansion
36 preprocessor/preprocessor8.c:4:15: error: '#' is not followed by a macro parameter
H A Dcounter3.c3 * check-command: sparse -Ipreprocessor -E preprocessor/counter1.c $file
9 "preprocessor/counter2.c" 0
10 "preprocessor/counter2.h" 1
11 "preprocessor/counter2.c" 2
H A Dbase-file.c12 "preprocessor/base-file.c"
13 "preprocessor/base-file.c"
14 "preprocessor/base-file.h"
15 "preprocessor/base-file.c"
H A Dpreprocessor19.c7 * check-name: Preprocessor #19
15 preprocessor/preprocessor19.c:4:9: warning: preprocessor token A redefined
16 preprocessor/preprocessor19.c:3:9: this was the original definition
H A Dcounter2.c10 "preprocessor/counter2.c" 0
11 "preprocessor/counter2.h" 1
12 "preprocessor/counter2.c" 2
H A Dpreprocessor21.c4 * check-name: Preprocessor #21
14 preprocessor/preprocessor21.c:2:2: error: unterminated preprocessor conditional
H A Dpreprocessor18.c5 * check-name: Preprocessor #18
14 preprocessor/preprocessor18.c:2:2: error: expected identifier to 'define'
15 preprocessor/preprocessor18.c:3:2: error: expected identifier to 'undef'
H A Dpreprocessor13.c9 * check-name: Preprocessor #13
20 preprocessor/preprocessor13.c:6:1: error: '##' failed: concatenation is not a valid token
21 preprocessor/preprocessor13.c:7:1: error: '##' failed: concatenation is not a valid token
H A Dinclude-level.c11 "preprocessor/include-level.c": 0
12 "preprocessor/include-level.h": 1
H A Dpreprocessor9.c1 /* Only # in the input stream marks the beginning of preprocessor command,
8 * check-name: Preprocessor #9
H A Dextra-token.c6 * check-name: preprocessor/extra-token.c
11 preprocessor/extra-token.c:2:13: warning: extra tokens at end of #ifdef directive
H A Dmissing-delim.c14 preprocessor/missing-delim.c:2:0: warning: missing terminating ' character
15 preprocessor/missing-delim.c:4:0: warning: missing terminating " character
H A Ddynamic.c30 "preprocessor/dynamic.c"
31 "preprocessor/dynamic.c"
H A Dpreprocessor3.c5 * Did I already mention that the C preprocessor language
21 * check-name: Preprocessor #3
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst22 preprocessor, while others will use sparse, cgcc, or even other backends
99 $ ./test-suite single preprocessor/preprocessor1.c
100 TEST Preprocessor #1 (preprocessor/preprocessor1.c)
101 preprocessor/preprocessor1.c passed !
140 $ ./test-suite format -a validation/preprocessor2.c "Preprocessor #2" \
151 * for a proper preprocessor.
160 * check-name: Preprocessor #2
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES1 C preprocessor features:
3 (1) The preprocessor is centered around the libpp.a library. This
13 directives and #pragma's without changing the preprocessor
29 (5) To aid in the transition to ANSI, the preprocessor can do some
38 (6) The preprocessor can also warn about obsolete constructs used
44 (7) The preprocessor allows a C language implementor to take
/illumos-gate/usr/src/man/man3head/
H A Dtypes.h.3head91 .SS "Preprocessor Symbols"
97 The preprocessor symbol \fB_ILP32\fR, made visible by the inclusion of
98 <\fBsys/types.h\fR>, can be used with the preprocessor \fB#ifdef\fR construct
103 The preprocessor symbol \fB_LP64\fR can be used in the same way to define
108 This header incorporates definitions of other preprocessor symbols that can be
231 \fBExample 1 \fRUse of preprocessor symbol \fB_LP64\fR.
233 In the following example, the preprocessor symbol \fB_LP64\fR defines sections
/illumos-gate/usr/src/cmd/tbl/
H A Dt1.c23 /* required by GCOS because file is passed to "tbl" by troff preprocessor */
69 /* required by GCOS because "stdout" is set by troff preprocessor */ in tbl()
129 /* file closing is done by GCOS troff preprocessor */ in swapin()
135 /* file names are all put into f. by the GCOS troff preprocessor */ in swapin()
/illumos-gate/usr/src/man/man1/
H A Dgenmsg.115 …[\fB-o\fR \fImessage-file\fR] [\fB-p\fR \fIpreprocessor\fR] [\fB-s\fR \fIset-tags\fR] \fI file\fR.…
47 \fBgenmsg\fR also allows you to invoke a preprocessor to solve the dependencies
216 \fB\fB-p\fR\fI preprocessor\fR\fR
219 Invoke \fIpreprocessor\fR to preprocess macros and define statements for the
222 preprocessor. \fBgenmsg\fR initiates this process for all the input files.
573 When the auto message numbering is turned on with a preprocessor, if there are
H A Dxstr.182 It may be useful to run \fBxstr\fR after the C preprocessor if any macro
86 sequence for running \fBxstr\fR after the C preprocessor is:
204 \fBxstr\fR on \fIfilename\fR before you run it on the preprocessor.
/illumos-gate/usr/src/man/man3c/
H A Dassert.3c34 \fBassert()\fR statement. These are respectively the values of the preprocessor
42 Compiling with the preprocessor option \fB\fR\fB-DNDEBUG\fR or with the
43 preprocessor control statement \fB#define NDEBUG\fR ahead of the \fB#include\fR
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dprscan.c3 * Module Name: prscan - Preprocessor start-up and file scan module
214 * Supported preprocessor directives
267 * DESCRIPTION: Startup initialization for the Preprocessor.
290 * DESCRIPTION: Initialize globals for the Preprocessor. Used for startuup
323 * DESCRIPTION: Termination of the preprocessor. Delete lists. Keep any
360 * DESCRIPTION: Main entry point for the iASL Preprocessor. Input file must
379 /* Main preprocessor loop, handles include files */ in PrDoPreprocess()
388 /* Point compiler input to the new preprocessor output file (.pre) */ in PrDoPreprocess()
455 /* All preprocessor directives must begin with '#' */ in PrPreprocessInputFile()
534 * preprocessor file(s). in PrPreprocessInputFile()
[all …]

1234567891011