Lines Matching full:note
5 void g0(); // expected-note{{previous declaration is here}} expected-note{{'g0' declared here}}
24 int g2(int, int); // expected-note{{previous declaration is here}}
37 void f1(double); // expected-note{{previous declaration is here}}
45 extern void g3(int); // expected-note{{previous declaration is here}}
49 extern int f2; // expected-note 2 {{previous definition is here}}
63 int outer1(int); // expected-note{{previous declaration is here}}
66 int outer5; // expected-note{{previous definition is here}}
71 int outer2(int); // expected-note{{previous declaration is here}}
72 int outer3(int); // expected-note{{previous declaration is here}}
73 int outer4(int); // expected-note{{previous declaration is here}}
75 int* outer6(int); // expected-note{{previous declaration is here}}
100 int isroot(short x, // expected-note{{previous declaration is here}}
123 a2 x2; // expected-note{{passing argument to parameter here}}