Lines Matching +full:implicit +full:- +full:casts
4 /* Implicit casts of 0, legal */
18 /* Implicit casts of nonzero, bad */
39 * check-name: conversions to bitwise types
40 * check-command: sparse -Wbitwise $file
41 * check-error-start
42 bitwise-cast.c:21:20: warning: incorrect type in initializer (different base types)
43 bitwise-cast.c:21:20: expected restricted __be32 [usertype] x
44 bitwise-cast.c:21:20: got int
45 bitwise-cast.c:23:16: warning: incorrect type in return expression (different base types)
46 bitwise-cast.c:23:16: expected restricted __be32
47 bitwise-cast.c:23:16: got int
48 bitwise-cast.c:29:17: warning: cast to restricted __be32
49 * check-error-end