Searched refs:xpto (Results 1 – 8 of 8) sorted by relevance
12 class xpto { class14 xpto() : i(count++), f(fcount++) { in xpto() function in xpto20 ~xpto() { in ~xpto()26 xpto array[2][3][4]; in main()
10 char *xpto; in test1() local11 while ( true && xpto[0] ); in test1()
34 void xpto();35 void (*xyz)(void) = &xpto;
50 class xpto { class54 int xpto::blah() { in blah()
11 typedef const char* xpto; typedef12 void f(xpto c, va_list list) __attribute__((format(printf, 1, 0))); // no-error13 void g(xpto c) __attribute__((format(printf, 1, 0))); // no-error
66 enum xpto; // expected-warning{{ISO C forbids forward references to 'enum' types}} in foo()67 enum xpto; // expected-warning{{ISO C forbids forward references to 'enum' types}} in foo()
237 union uniao { int ola; } xpto[1]; variable241 { (long)xpto},
26 char xpto[]; variable