Searched refs:Wv1a (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-weakref-2.c7 extern vtype Wv1a __attribute__((weakref ("wv1"))); /* { dg-error "weakref 'Wv1a' must have static linkage" } */
H A Ddarwin-weakref-1.c13 static vtype Wv1a __attribute__((weakref ("wv1"))); variable
14 vtype *pv1a = &Wv1a;
H A Dattr-weakref-1-darwin.c30 static vtype Wv1a __attribute__((weakref ("wv1"))); variable
31 static vtype *pv1a USED = &Wv1a;
H A Dattr-weakref-1.c40 static vtype Wv1a __attribute__((weakref ("wv1"))); variable
41 static vtype *pv1a USED = &Wv1a;

Completed in 47 milliseconds