Lines Matching defs:__be32
2 typedef u32 __attribute__((bitwise)) __be32;
5 static __be32 foo(void)
7 __be32 x = 0;
13 static __be32 bar(void)
15 return (__be32)0;
19 static __be32 baz(void)
21 __be32 x = 0x2a;
27 static __be32 quux(void)
29 return (__be32)1729;
33 static __be32 quuy(void)
35 return (__attribute__((force)) __be32) 1730;
43 bitwise-cast.c:21:20: expected restricted __be32 [usertype] x
46 bitwise-cast.c:23:16: expected restricted __be32
48 bitwise-cast.c:29:17: warning: cast to restricted __be32