Searched defs:xpto (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Darray-construction.cpp12 class xpto { class
14 xpto() : i(count++), f(fcount++) { function in class:xpto
15 printf("xpto::xpto()\n");
20 ~xpto() {
21 printf("xpto::~xpto()\n");
26 xpto array[2][3][4];
H A Dexpr.cpp10 char *xpto; local
11 while ( true && xpto[0] );
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp50 class xpto { class
54 int xpto::blah() {
/external/clang/test/CodeGen/
H A Ddebug-info.c26 char xpto[]; variable
/external/clang/test/Sema/
H A 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
H A Darray-init.c237 union uniao { int ola; } xpto[1]; variable in typeref:union:uniao
241 { (long)xpto},

Completed in 98 milliseconds