HomeSort by: relevance | last modified time | path
    Searched defs:_Bool (Results 1 - 20 of 20) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_335.c 10 typedef _Bool bool;
msg_330.c 10 typedef _Bool bool;
22 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
26 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_331.c 10 typedef _Bool bool;
21 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
25 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_332.c 10 typedef _Bool bool;
21 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
25 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_334.c 10 typedef _Bool bool;
22 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
25 /* expect+1: error: parameter 1 expects 'int', gets passed '_Bool' [334] */
msg_336.c 10 typedef _Bool bool;
19 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_337.c 10 typedef _Bool bool;
19 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_335.c 10 typedef _Bool bool;
msg_330.c 10 typedef _Bool bool;
22 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
26 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_331.c 10 typedef _Bool bool;
21 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
25 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_332.c 10 typedef _Bool bool;
21 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
25 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_334.c 10 typedef _Bool bool;
22 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
25 /* expect+1: error: parameter 1 expects 'int', gets passed '_Bool' [334] */
msg_336.c 10 typedef _Bool bool;
19 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_337.c 10 typedef _Bool bool;
19 /* expect+1: error: parameter 1 expects '_Bool', gets passed 'int' [334] */
msg_333.c 10 typedef _Bool bool;
msg_333.c 10 typedef _Bool bool;
msg_169.c 8 typedef _Bool bool;
msg_169.c 8 typedef _Bool bool;
d_c99_bool_strict.c 5 * The option -T treats _Bool as incompatible with all other scalar types.
9 * The type _Bool is compatible with any typedef of _Bool.
11 * Note: Since <stdbool.h> defines bool as textual alias of _Bool,
16 * No other constants are compatible with type _Bool.
26 * There is no implicit conversion between _Bool and any other type.
58 * '==', '!=', '&&', '||' is _Bool instead of int.
61 * Expressions of the form "flags & FLAG" are compatible with _Bool if
79 * The header <stdbool.h> defines the macros bool = _Bool, false = 0 and
99 typedef _Bool bool
    [all...]
d_c99_bool_strict.c 5 * The option -T treats _Bool as incompatible with all other scalar types.
9 * The type _Bool is compatible with any typedef of _Bool.
11 * Note: Since <stdbool.h> defines bool as textual alias of _Bool,
16 * No other constants are compatible with type _Bool.
26 * There is no implicit conversion between _Bool and any other type.
58 * '==', '!=', '&&', '||' is _Bool instead of int.
61 * Expressions of the form "flags & FLAG" are compatible with _Bool if
79 * The header <stdbool.h> defines the macros bool = _Bool, false = 0 and
99 typedef _Bool bool
    [all...]

Completed in 31 milliseconds