Searched refs:g21 (Results 1 – 3 of 3) sorted by relevance
116 struct g21 {int g21;}; argument117 const struct g21 g21 = (struct g21){1}; variable
70 void g21() { extern int b[4]; } // expected-error{{redefinition of 'b' with a different type: 'int … in g21() function
294 function* g21() { return (1 + (yield 2) + 3); }, generator