Lines Matching refs:protected
6 goto L; // expected-error{{goto into protected scope}}
7 goto L2; // expected-error{{goto into protected scope}}
8 goto L3; // expected-error{{goto into protected scope}}
20 goto L4; // expected-error{{goto into protected scope}}
21 goto L5; // expected-error{{goto into protected scope}}
24 goto L6; // expected-error{{goto into protected scope}}
35 goto L7; // expected-error{{goto into protected scope}}
37 goto L7; // expected-error{{goto into protected scope}}
40 goto L8; // expected-error{{goto into protected scope}}
50 goto L9; // expected-error{{goto into protected scope}}
82 goto blargh; // expected-error {{goto into protected scope}}
90 goto L0; // expected-error {{goto into protected scope}}
94 goto L1; // expected-error {{goto into protected scope}}
97 goto L2; // expected-error {{goto into protected scope}}