Lines Matching refs:bar
10 int bar;
11 extern int bar;
12 int bar;
13 int bar __attribute__((weak));
14 int bar __attribute__((used));
15 extern int bar __attribute__((weak));
16 int bar = 0; // expected-note {{previous definition is here}}
17 int bar __attribute__((weak)); // no warning as it matches the existing
19 int bar __attribute__((used,
21 int bar;