Lines Matching full:warning
6 // expected-warning@-1 {{unknown attribute 'this_attribute_does_not_exist' ignored}}
10 // expected-warning@-1 {{attribute 'unused' ignored, because it cannot be applied to a type}}
12 // expected-warning@-1 {{calling convention 'fastcall' ignored for this target}}
14 // expected-warning@-1 {{calling convention 'fastcall' ignored for this target}}
15 // expected-warning@-2 {{calling convention 'stdcall' ignored for this target}}
17 // expected-warning@-1 {{calling convention 'fastcall' ignored for this target}}
18 // expected-warning@-2 {{calling convention '__stdcall' ignored for this target}}
20 // expected-warning@-1 {{calling convention 'fastcall' ignored for this target}}
21 // expected-warning@-2 {{attribute 'stdcall' ignored, because it cannot be applied to a type}}
22 // expected-warning@-3 {{calling convention 'stdcall' ignored for this target}}
24 // expected-warning@-1 {{calling convention 'fastcall' ignored for this target}}
50 deprecated1(); // expected-warning {{deprecated}}
51 deprecated2(); // expected-warning {{custom message}}
56 void nonnull [[gnu::nonnull]] (); // expected-warning {{applied to function with no pointer arguments}}
60 int noreturn [[gnu::noreturn]]; // expected-warning {{'noreturn' only applies to function types}}
62 int noreturn_fn_2() [[gnu::noreturn]]; // expected-warning {{cannot be applied to a type}}