Searched defs:t20 (Results 1 – 13 of 13) sorted by relevance
133 subroutine t20( global() subroutine 134 xt20 global() argument
200 struct t20 struct207 static_assert(offsetof(struct t20, bar) == 8); argument
90 void t20(int i...) { } // expected-error {{requires a comma}} in t20() function
87 void t20(void) { in t20() function
202 struct t20 struct209 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument
199 struct t20 struct206 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument
127 long double t20(char **x) { return strtold("123.4", x); } in t20() function
181 T20 t20; variable
153 double t20(double x) { in t20() function
147 t20: label
232 t20: label
282 union T2 { int i; } *t20, t21[2]; variable
1097 namespace t20 namespace