Home | History | Annotate | Download | only in lint1

Lines Matching refs:incomplete

8 struct incomplete;
15 function(_Bool cond, struct incomplete *i1, struct incomplete *i2)
17 /* expect+2: error: cannot initialize 'incomplete struct incomplete' from 'pointer to incomplete struct incomplete' [185] */
18 /* expect+1: error: 'local' has incomplete type 'incomplete struct incomplete' [31] */
19 struct incomplete local = i1;
29 struct incomplete
30 return_incomplete(struct incomplete *ptr)
31 /* expect+1: error: cannot return incomplete type [67] */
33 /* expect+1: error: cannot return incomplete type [212] */