Lines Matching refs:weakref
5 static int a1() __attribute__((weakref ("foo")));
6 static int a2() __attribute__((weakref, alias ("foo")));
8 static int a3 __attribute__((weakref ("foo")));
9 static int a4 __attribute__((weakref, alias ("foo")));
12 static int a5 __attribute__((alias ("foo"), weakref));
15 static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6' must also ha…
19 …static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a' must be in a … in f()
24 …static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a' must be in a …
25 …static int b() __attribute__((weakref ("f3"))); // expected-error {{declaration of 'b' must be in …
27 int a7() __attribute__((weakref ("f1"))); // expected-error {{weakref declaration must have interna…
28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal …
31 int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9' must also have an…
34 int a10() __attribute__((weakref ("foo")));
36 static int v __attribute__((weakref(a1), alias("foo"))); // expected-error {{'weakref' attribute re…
38 __attribute__((weakref ("foo"))) auto a11 = 1; // expected-error {{weakref declaration must have in…