/external/clang/test/CodeGenCXX/ |
array-construction.cpp | 11 class xpto { class 13 xpto() : i(count++), f(fcount++) { function in class:xpto 14 printf("xpto::xpto()\n"); 19 ~xpto() { 20 printf("xpto::~xpto()\n"); 25 xpto array[2][3][4];
|
expr.cpp | 10 char *xpto; local 11 while ( true && xpto[0] );
|
/external/llvm/test/Transforms/InstCombine/ |
select-crash-noverify.ll | 8 br i1 %cond, label %return, label %xpto 11 xpto:
|
objsize-noverify.ll | 12 br i1 %cond, label %return, label %xpto 14 xpto: 31 br i1 %cond, label %return, label %xpto 34 xpto:
|
/external/clang/test/SemaCXX/ |
address-of.cpp | 34 void xpto(); 35 void (*xyz)(void) = &xpto;
|
attr-noreturn.cpp | 198 class xpto { class 202 int xpto::blah() {
|
/external/clang/test/CodeGen/ |
debug-info.c | 25 char xpto[]; variable
|
/external/clang/test/Sema/ |
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
|
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}}
|
array-init.c | 242 union uniao { int ola; } xpto[1]; variable in typeref:union:uniao 246 { (long)xpto},
|