Lines Matching refs:TU
7 } TU __attribute__((transparent_union)); typedef
9 void f(TU); // expected-note{{passing argument to parameter here}}
17 TU tu_ip = ip; // expected-error{{incompatible type}} in g()
18 TU tu; in g()
25 void fip(TU);
28 void ffp(TU);
31 void flp(TU);
34 void fvp(TU); // expected-note{{previous declaration is here}}
37 void fsp(TU); // expected-note{{previous declaration is here}}
40 void fi(TU); // expected-note{{previous declaration is here}}
43 void fvpp(TU); // expected-note{{previous declaration is here}}