Lines Matching full:its
4 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test1()
12 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test2()
21 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test3()
28 goto L; // expected-error{{cannot jump from this goto statement to its label}} in test4()
61 goto L2; // expected-error {{cannot jump from this goto statement to its label}} in test8()
67 goto L3; // expected-error {{cannot jump from this goto statement to its label}} in test8()
72 goto L4; // expected-error {{cannot jump from this goto statement to its label}} in test8()
95 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8()
107 goto L10; // fixme-error {{cannot jump from this goto statement to its label}} in test8()
127 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test8()
137 …goto *P; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in test9()
155 goto L0; // expected-error {{cannot jump from this goto statement to its label}} in test10()
159 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test10()
162 goto L2; // expected-error {{cannot jump from this goto statement to its label}} in test10()
189 goto L3; // expected-error {{cannot jump from this goto statement to its label}} in test12()
224 …goto *pc; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in test15()
238 goto L; // expected-error {{cannot jump from this goto statement to its label}} in GH63682()
242 goto M; // expected-error {{cannot jump from this goto statement to its label}} in GH63682()
254 …(void)sizeof(({goto P;}), 0); // expected-error {{cannot jump from this goto statement to its labe… in GH63682()