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()
71 goto L4; // expected-error {{cannot jump from this goto statement to its label}} in test8()
94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8()
106 goto L10; // fixme-error {{cannot jump from this goto statement to its label}} in test8()
126 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test8()
136 …goto *P; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in test9()
154 goto L0; // expected-error {{cannot jump from this goto statement to its label}} in test10()
158 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test10()
161 goto L2; // expected-error {{cannot jump from this goto statement to its label}} in test10()
188 goto L3; // expected-error {{cannot jump from this goto statement to its label}} in test12()
223 …goto *pc; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in test15()