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

  /src/tests/usr.bin/xlint/lint1/
expr_binary_trad.c 10 struct incompatible { /* just to generate the error message */ struct
13 struct incompatible sink;
msg_155.c 4 // Test for message: passing '%s' to incompatible '%s', arg #%d [155]
19 struct incompatible { struct
24 provoke_error_messages(struct incompatible arg)
53 extern void sink(struct incompatible);
expr_cast.c 25 double incompatible; member in struct:cast::S
expr_binary.c 11 struct incompatible { /* just to generate the error message */ struct
14 void sink(struct incompatible);
175 /* expect+1: warning: incompatible types 'void' and '_Bool' in conditional [126] */
177 /* expect+1: warning: incompatible types 'void' and 'struct point' in conditional [126] */
179 /* expect+1: warning: incompatible types 'void' and 'int' in conditional [126] */
181 /* expect+1: warning: incompatible types 'void' and 'double' in conditional [126] */
183 /* expect+1: warning: incompatible types 'void' and 'pointer to char' in conditional [126] */
185 /* expect+1: warning: incompatible types '_Bool' and 'void' in conditional [126] */
188 /* expect+1: error: incompatible types '_Bool' and 'struct point' in conditional [126] */
195 /* expect+1: warning: incompatible types 'struct point' and 'void' in conditional [126] *
    [all...]
gcc_bit_field_types.c 6 struct incompatible { struct
9 void reveal_type(struct incompatible);
84 /* expect+4: warning: passing 'pointer to unsigned int' to incompatible 'struct incompatible', arg #1 [155] */
98 * GCC 12 says: expected 'struct incompatible' but argument is of
102 * incompatible type 'struct incompatible'
105 * 'unsigned int' to 'incompatible'
107 /* expect+1: warning: passing 'unsigned int:3' to incompatible 'struct incompatible', arg #1 [155] *
    [all...]
decl_direct_abstract.c 14 struct incompatible { struct

Completed in 20 milliseconds