Lines Matching full:explicitly

3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat…
7 …int b __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated …
29 …virtual void f() __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked …
64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
77 …void foo(int) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked dep…
79 …void foo(short) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked d…
84 …friend void foo(A*) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly mark…
90 …Foo &f) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecate…
100 …void foo(int) __attribute__((deprecated)); // expected-note 2 {{'foo' has been explicitly marked d…
102 …(int) __attribute__((deprecated)); // expected-note 3 {{'bar' has been explicitly marked deprecate…
129 …) __attribute__((deprecated)); // expected-note {{'operator*' has been explicitly marked deprecate…
133 …) __attribute__((deprecated)); // expected-note {{'operator+' has been explicitly marked deprecate…
134 …) __attribute__((deprecated)); // expected-note {{'operator-' has been explicitly marked deprecate…
152 …__((deprecated)); // expected-note {{'operator void (*)(int)' has been explicitly marked deprecate…
154 … __attribute__((deprecated)); // expected-note {{'operator()' has been explicitly marked deprecate…
172 …ttribute__((deprecated)); // expected-note 3 {{'operator int' has been explicitly marked deprecate…
202 …enum __attribute__((deprecated)) A { // expected-note {{'A' has been explicitly marked deprecated …
203 a0 // expected-note {{'a0' has been explicitly marked deprecated here}}
211 …b0 __attribute__((deprecated)), // expected-note {{'b0' has been explicitly marked deprecated here…
221 …enum __attribute__((deprecated)) Enum { // expected-note {{'Enum' has been explicitly marked depre…
222 c0 // expected-note {{'c0' has been explicitly marked deprecated here}}
233 …d1 __attribute__((deprecated)), // expected-note {{'d1' has been explicitly marked deprecated here…
245 …_attribute__((deprecated)); // expected-note{{'operator new' has been explicitly marked deprecate…
246 …tribute__((deprecated)); // expected-note{{'operator delete' has been explicitly marked deprecate…
256 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated h…