Home | History | Annotate | Download | only in lint1

Lines Matching refs:foo

4 struct foo {
21 typedef int first[-(int)__builtin_offsetof(struct foo, u.s.first)];
22 typedef int first_a[-(int)__builtin_offsetof(struct foo, u.s.first.a)];
24 typedef int first_b[-(int)__builtin_offsetof(struct foo, u.s.first.b)];
26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)];
29 typedef int array[-(int)__builtin_offsetof(struct foo, array)];
31 typedef int array_0_a[-(int)__builtin_offsetof(struct foo, array[0].a)];
33 typedef int array_0_b[-(int)__builtin_offsetof(struct foo, array[0].b)];
35 typedef int array_1_a[-(int)__builtin_offsetof(struct foo, array[1].a)];
40 typedef int array_50_a[-(int)__builtin_offsetof(struct foo, array[50].a)];
42 typedef int sizeof_foo[-(int)sizeof(struct foo)];
48 typedef int array_51_a[-(int)__builtin_offsetof(struct foo, array[51].a)];