Lines Matching +defs:a +defs:d +defs:f +defs:d
4 void f() { in f() function
5 int a; in f() local
11 int(a)++; // expected-error {{assignment to cast is illegal}} in f() local
12 __extension__ int(a)++; // expected-error {{assignment to cast is illegal}} in f() local
14 void(a), ++a; in f() local
15 if (int(a)+1) {} in f() local
16 for (int(a)+1;;) {} // expected-warning {{expression result unused}} in f() local
27 T(*d)(int(p)); // expected-note {{previous}} in f() local
39 T(d)[5]; // expected-error {{redefinition of 'd'}} in f() local
43 if (int(a)=1) {} in f() local
59 int a, b, c, d, e, // expected-note {{change this ',' to a ';' to call 'func'}} in emptyParens() local
65 int f = 0, // g = 0; expected-note {{change this ',' to a ';' to call 'func2'}} in nonEmptyParens() local