Lines Matching refs:ip
45 int f(void **ip) { in f() argument
49 goto *ip; in f()
60 int f(void **ip) { in f() argument
63 goto *ip; in f()
77 int f(void **ip) { in f() argument
82 goto *ip; // expected-error {{cannot jump}} in f()
95 int f(void **ip) { in f() argument
99 goto *ip; in f()
103 if (ip[1]) { in f()
105 ip += 2; in f()
106 goto *ip; // expected-error {{cannot jump}} in f()
115 unsigned f(unsigned s0, unsigned s1, void **ip) { in f() argument
119 goto *ip; in f()
122 goto *++ip; in f()
125 goto *++ip; in f()
130 goto *++ip; in f()
224 void f(void **ip) { in f() argument
228 goto *ip; // expected-error {{cannot jump}} in f()
237 void f(void **ip) { in f() argument
243 goto *ip; // expected-error {{cannot jump}} in f()
253 void f(void **ip) { in f() argument
257 goto *ip; // expected-error {{cannot jump}} in f()
267 void f(void **ip) { in f() argument
272 goto *ip; in f()
601 void indirect_jumps(void **ip) { in indirect_jumps() argument
607 …goto *ip; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in indirect_jumps()
614 …goto *ip; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in indirect_jumps()
618 …goto *ip; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in indirect_jumps()
624 …goto *ip; // expected-error {{cannot jump from this indirect goto statement to one of its possible… in indirect_jumps()