| /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/ |
| 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
|
| alloc_size.c | 8 void* fn1(int) __attribute__((alloc_size("xpto"))); // expected-error{{'alloc_size' attribute requires parameter 1 to be an integer constant}}
|
| 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},
|
| /external/llvm/test/Transforms/InstCombine/ |
| select-crash.ll | 38 br i1 %cond, label %return, label %xpto 41 xpto:
|
| objsize.ll | 227 br i1 %cond, label %return, label %xpto 229 xpto: 246 br i1 %cond, label %return, label %xpto 249 xpto:
|