Lines Matching defs:i
3 void func1(int i) { // expected-note{{previous definition is here}} in func1()
4 int i; // expected-error{{redefinition of 'i'}} in func1() local
7 void func2(int i) try { // expected-note{{previous definition is here}} in func2()
8 int i; // expected-error{{redefinition of 'i'}} in func2() local
12 void func3(int i) try { // expected-note {{previous definition is here}} in func3()
13 } catch (int i) { // expected-error {{redefinition of 'i'}} in func3() local
16 void func4(int i) try { // expected-note{{previous definition is here}} in func4()
18 int i; // expected-error{{redefinition of 'i'}} local
22 int i; in func5() local
28 } catch (int i) { // expected-note{{previous definition is here}} in func6() local
29 int i; // expected-error{{redefinition of 'i'}} local
34 } catch (int i) { // expected-note{{previous definition is here}} in func7() local
35 int i; // expected-error{{redefinition of 'i'}} in func7() local
40 int i; in func8() local
42 int i; in func8() local