Home
last modified time | relevance | path

Searched refs:xpto (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGenCXX/
Darray-construction.cpp12 class xpto { class
14 xpto() : i(count++), f(fcount++) { in xpto() function in xpto
20 ~xpto() { in ~xpto()
26 xpto array[2][3][4]; in main()
Dexpr.cpp10 char *xpto; in test1() local
11 while ( true && xpto[0] ); in test1()
/external/clang/test/SemaCXX/
Daddress-of.cpp34 void xpto();
35 void (*xyz)(void) = &xpto;
Dattr-noreturn.cpp50 class xpto { class
54 int xpto::blah() { in blah()
/external/clang/test/Sema/
Dattr-format.c11 typedef const char* xpto; typedef
12 void f(xpto c, va_list list) __attribute__((format(printf, 1, 0))); // no-error
13 void g(xpto c) __attribute__((format(printf, 1, 0))); // no-error
Denum.c66 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()
Darray-init.c237 union uniao { int ola; } xpto[1]; variable
241 { (long)xpto},
/external/clang/test/CodeGen/
Ddebug-info.c26 char xpto[]; variable