Searched refs:Int_not_unused (Results 1 – 4 of 4) sorted by relevance
4 namespace ns_not_unused { typedef int Int_not_unused; } typedef7 ns_not_unused::Int_not_unused i1; // expected-warning {{unused variable}} in f()
4 namespace ns_not_unused { typedef int Int_not_unused; } typedef10 ns_not_unused::Int_not_unused i1; // expected-warning {{unused variable}} in f()
17 typedef int Int_not_unused; typedef22 Int_not_unused i0; // expected-warning {{unused variable}} in test0()