| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/ | 
| p2.cpp | 5     static int foo;  member in struct:test0::A 13       return a.foo;
 22       return a.foo;
 31       return a.foo;
 40       return a.foo;
 49       return a.foo;
 58     return a.foo;
 
 | 
| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ | 
| p5.cpp | 28   struct AB::x foo; // expected-error {{reference to 'x' is ambiguous}}  local 
 | 
| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ | 
| p7.cpp | 36   template <class T> struct foo : bar<foo> {}; // expected-error {{use of class template 'foo' requires template arguments}} expected-note {{template is declared here}}  struct in namespace:test2 
 | 
| /external/clang/test/CXX/temp/temp.decls/temp.mem/ | 
| p1.cpp | 14 int foo() {  function 
 | 
| /external/clang/test/CodeGen/ | 
| 2002-04-10-StructParameters.c | 11 } foo;  typedef in typeref:struct:__anon22329 13 int test(foo X, float);
 15 void test3(foo *X) {
 19 void test2(foo Y) {
 
 | 
| 2002-05-23-TypeNameCollision.c | 5 typedef struct foo {  struct 6   struct foo *X;
 8 } * foo;  typedef in typeref:struct:foo
 10 foo F1;
 11 struct foo *F2;
 
 | 
| 2002-07-30-UnionTest.c | 15 union X foo(union X A) {  function 
 | 
| 2002-08-02-UnionTest.c | 3 /* In this testcase, the return value of foo() is being promoted to a register 10 union X foo() {  function
 17   union X test = foo();
 
 | 
| 2003-08-30-AggregateInitializer.c | 7 struct foo {  struct 14 struct foo F = { 1, { 7 }, { 123 } , 1 };
 
 | 
| 2005-01-02-ConstantInits.c | 17 int foo(int i) { return bar(&Arr[49])+bar(&Arr[i]); }  function 
 | 
| 2007-04-05-PackedBitFields-2.c | 14 void foo() {  function 
 | 
| 2007-04-05-PackedBitFields.c | 14 void foo() {  function 
 | 
| 2007-04-05-PadBeforeZeroLengthField.c | 8 void foo(union A * objects, struct B *array, unsigned long k)  function 
 | 
| complex-convert.c | 11 void foo(signed char sc, unsigned char uc, signed long long sll,  function 24   // CHECK-LABEL: define void @foo(
 [all...]
 | 
| conditional-gnu-ext.c | 4 int foo(int x, short y) {  function 
 | 
| debug-info-crash.c | 29 void foo() {  function 
 | 
| fp16-ops.c | 9 void foo(void) {  function 10   // CHECK-LABEL: define void @foo()
 
 | 
| mmx-inline-asm.c | 7 void foo(long long fill) {  function 
 | 
| ms-inline-asm-64.c | 21   struct t3_type foo;  local 22   foo.a = 1;
 23   foo.b = 2;
 25      lea ebx, foo
 29   return foo.b;
 35   struct t3_type foo;  local
 36   foo.a = 1;
 37   foo.b = 2;
 39      lea ebx, foo
 41        mov eax, [ebx].foo.
 [all...]
 | 
| no-opt-volatile-memcpy.c | 11 void foo (void) {  function 17 // CHECK-LABEL: define void @foo()
 
 | 
| private-extern-redef.c | 27 void foo() {  function 
 | 
| regparm.c | 9 } foo;  typedef in typeref:struct:__anon22509 14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f);
 23   // CHECK: call void @reduced(i8 inreg signext 0, {{.*}} %struct.foo* inreg null
 
 | 
| string-literal-short-wstring.c | 12   const wchar_t *foo = L"AB";  local 
 | 
| /external/clang/test/CodeGenCXX/ | 
| 2009-09-09-packed-layout.cpp | 9  public: enum { foo = ('x') };  enumerator in enum:Z::__anon22588 14 public: enum { foo = ('y'), bar = 0 };  enumerator in enum:Y::__anon22589
 
 | 
| 2010-06-22-BitfieldInit.cpp | 10   TEST2 foo;  member in struct:_TEST3 
 |