Lines Matching refs:deprecated
3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat…
5 void h(A* a) __attribute__((deprecated));
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 …
59 virtual void f() __attribute__((deprecated));
60 virtual void f(int) __attribute__((deprecated));
61 virtual void f(int, int) __attribute__((deprecated));
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 …void foo(const Foo &f) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly m…
100 …void foo(int) __attribute__((deprecated)); // expected-note 2 {{'foo' has been explicitly marked d…
102 …static void bar(int) __attribute__((deprecated)); // expected-note 3 {{'bar' has been explicitly m…
129 …void operator*(int) __attribute__((deprecated)); // expected-note {{'operator*' has been explicitl…
133 …void operator+(const A &, int) __attribute__((deprecated)); // expected-note {{'operator+' has bee…
134 …void operator-(const A &, int) __attribute__((deprecated)); // expected-note {{'operator-' has bee…
152 …operator intfn() __attribute__((deprecated)); // expected-note {{'operator void (*)(int)' has been…
154 …void operator ()(A &) __attribute__((deprecated)); // expected-note {{'operator()' has been explic…
172 …operator int() __attribute__((deprecated)); // expected-note 3 {{'operator int' has been explicitl…
202 …enum __attribute__((deprecated)) A { // expected-note {{'A' has been explicitly marked deprecated …
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…
233 …d1 __attribute__((deprecated)), // expected-note {{'d1' has been explicitly marked deprecated here…
245 …void* operator new(typeof(sizeof(void*))) __attribute__((deprecated)); // expected-note{{'operato…
246 …void operator delete(void *) __attribute__((deprecated)); // expected-note{{'operator delete' has…
256 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated h…