Lines Matching full:explicitly
3 int f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated…
5 void g(); // expected-note {{'g' has been explicitly marked deprecated here}}
7 extern int var __attribute__((deprecated)); // expected-note {{'var' has been explicitly marked dep…
20 extern int var; // expected-note {{'var' has been explicitly marked deprecated here}}
26 int old_fn(); // expected-note {{'old_fn' has been explicitly marked deprecated here}}
35 …int x __attribute__((deprecated)); // expected-note 3 {{'x' has been explicitly marked deprecated …
44 … __attribute__((deprecated)); // expected-note 12 {{'foo_dep' has been explicitly marked deprecate…
48 …ute 'invalid_attribute' ignored}} expected-note 2 {{'bar_dep' has been explicitly marked deprecate…
105 enum __attribute__((deprecated)) Test20 { // expected-note {{'Test20' has been explicitly marked de…
106 …test20_a __attribute__((deprecated)), // expected-note {{'test20_a' has been explicitly marked dep…
107 test20_b // expected-note {{'test20_b' has been explicitly marked deprecated here}}
127 // expected-note@-3 {{'test23_ty' has been explicitly marked deprecated here}}
129 typedef int test23_ty; // expected-note {{'test23_ty' has been explicitly marked deprecated here}}