Home | History | Annotate | Download | only in basic.scope.local

Lines Matching full:note

7   if (bool b = true) // expected-note 2{{previous definition}}
11 while (bool b = true) // expected-note {{previous definition}}
13 for (int c; // expected-note 2{{previous definition}}
16 switch (int n = 37 + 5) // expected-note {{previous definition}}
18 for (int a : arr) // expected-note {{previous definition}}
21 if (bool b = true) { // expected-note 2{{previous definition}}
26 while (bool b = true) { // expected-note {{previous definition}}
29 for (int c; // expected-note 2{{previous definition}}
33 switch (int n = 37 + 5) { // expected-note {{previous definition}}
36 for (int &a : arr) { // expected-note {{previous definition}}
40 if (bool b = true) {{ // expected-note {{previous definition}}
45 if (bool b = true) { // expected-note {{previous definition}}
58 for (int c; // expected-note {{previous definition}}