Searched refs:Int_unused (Results 1 – 4 of 4) sorted by relevance
3 namespace ns_unused { typedef int Int_unused __attribute__((unused)); } typedef8 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}} in f()
3 namespace ns_unused { typedef int Int_unused __attribute__((unused)); } typedef11 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}} in f()
16 typedef int Int_unused __attribute__((unused)); typedef23 Int_unused i1; // expected-warning {{'Int_unused' was marked unused but was used}} in test0()