Lines Matching refs:unused
270 unsigned [[gnu::used]] static int [[gnu::unused]] v1; // expected-error {{'unused' attribute cannot be applied to types}} \
272 typedef [[gnu::used]] unsigned long [[gnu::unused]] v2; // expected-error {{'unused' attribute cannot be applied to types}} \
277 int *[[gnu::unused]] v3; // expected-warning {{attribute 'unused' ignored}}
278 int v4[2][[gnu::unused]]; // expected-warning {{attribute 'unused' ignored}}
279 int v5()[[gnu::unused]]; // expected-warning {{attribute 'unused' ignored}}