• Home
  • Raw
  • Download

Lines Matching full:here

3 … __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated here}}
7 … __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated here}}
29 … __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked deprecated here}}
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 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
79 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
84 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
90 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
100 …_attribute__((deprecated)); // expected-note 2 {{'foo' has been explicitly marked deprecated here}}
102 …_attribute__((deprecated)); // expected-note 3 {{'bar' has been explicitly marked deprecated here}}
129 …ribute__((deprecated)); // expected-note {{'operator*' has been explicitly marked deprecated here}}
133 …ribute__((deprecated)); // expected-note {{'operator+' has been explicitly marked deprecated here}}
134 …ribute__((deprecated)); // expected-note {{'operator-' has been explicitly marked deprecated here}}
152 …recated)); // expected-note {{'operator void (*)(int)' has been explicitly marked deprecated here}}
154 …ibute__((deprecated)); // expected-note {{'operator()' has been explicitly marked deprecated here}}
172 …e__((deprecated)); // expected-note 3 {{'operator int' has been explicitly marked deprecated here}}
202 …__attribute__((deprecated)) A { // expected-note {{'A' has been explicitly marked deprecated here}}
203 a0 // expected-note {{'a0' has been explicitly marked deprecated here}}
211 …0 __attribute__((deprecated)), // expected-note {{'b0' has been explicitly marked deprecated here}}
221 …ibute__((deprecated)) Enum { // expected-note {{'Enum' has been explicitly marked deprecated here}}
222 c0 // expected-note {{'c0' has been explicitly marked deprecated here}}
233 …1 __attribute__((deprecated)), // expected-note {{'d1' has been explicitly marked deprecated here}}
245 …ute__((deprecated)); // expected-note{{'operator new' has been explicitly marked deprecated here}}
246 …__((deprecated)); // expected-note{{'operator delete' has been explicitly marked deprecated here}}
256 … __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated here}}