HomeSort by relevance Sort by last modified time
    Searched refs:xpto (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGenCXX/
array-construction.cpp 12 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];
expr.cpp 10 char *xpto; local
11 while ( true && xpto[0] );
  /external/clang/test/SemaCXX/
address-of.cpp 34 void xpto();
35 void (*xyz)(void) = &xpto;
attr-noreturn.cpp 50 class xpto { class
54 int xpto::blah() {
  /external/clang/test/CodeGen/
debug-info.c 25 char xpto[]; variable
  /external/clang/test/Sema/
enum.c 66 enum xpto; // expected-warning{{ISO C forbids forward references to 'enum' types}}
67 enum xpto; // expected-warning{{ISO C forbids forward references to 'enum' types}}
attr-format.c 11 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
array-init.c 241 union uniao { int ola; } xpto[1]; variable in typeref:union:uniao
245 { (long)xpto},

Completed in 231 milliseconds