Lines Matching refs:foo
41 class DEFAULT foo { class
43 foo myvec;
62 struct foo { struct
66 int foo<T>::bar;
67 template struct foo<int>; variable
76 struct HIDDEN foo {}; struct
77 extern foo bar;
78 foo *zed() { in zed()
89 struct HIDDEN foo { struct
91 DEFAULT foo x;
94 template<foo *z>
221 struct HIDDEN foo { struct
222 foo() { } in foo() function
229 struct barc : public foo {
242 static void foo() {} in foo() function
250 Aref<a>::foo(); in test()
255 void foo();
261 foo(); in test()
287 void foo(A*);
292 void B::foo(A*) {} in foo() function in Test10::B
298 void foo() {} in foo() function
304 a.foo(); in test()
372 struct Base1 { virtual void foo(); };
373 struct Base2 : virtual Base1 { virtual void foo(); };
375 virtual void foo();
381 a.foo(); in test()
387 static void foo();
392 static void foo();
399 A::foo(); in test()
402 A::B::foo(); in test()
422 static void foo();
427 static void foo();
435 A<int>::foo(); in test()
438 A<int>::B::foo(); in test()
441 A<H>::foo(); in test()
444 A<H>::B::foo(); in test()
478 template <class T> void foo() { in foo() function
483 foo<int>(); in test()
543 DEFAULT void foo() {} in foo() function
547 template void A<en>::foo();
558 static void foo();
562 static void foo();
567 B<A1>::foo(); in test()
569 B<A2>::foo(); in test()
583 namespace foo DEFAULT { namespace
589 template class foo::bar<char>;
595 template class foo::bar<zed>;
616 namespace foo DEFAULT { namespace
626 template class foo::zed<baz>;
720 class foo { class
725 template class DEFAULT foo<zed>; variable
731 struct foo { struct
735 template DEFAULT void bar<foo>();
747 struct DEFAULT foo { struct
751 template class foo<zed>; variable
760 class foo { class
765 template class foo<S1, S2>; variable
771 struct HIDDEN foo { struct
775 template DEFAULT void bar<foo>();
782 class DEFAULT foo { class
787 template class foo<zed>; variable
823 struct HIDDEN foo { struct
829 struct HIDDEN bar<foo> {
832 void bar<foo>::zed() { in zed()
839 struct HIDDEN foo { struct
845 DEFAULT void bar<foo>() { in bar()
853 struct foo { struct
854 foo() {} in foo() function
859 template struct DEFAULT foo<bar>; variable
860 foo<bar> x;
867 struct foo { struct
876 template struct DEFAULT foo<int>::bar<zed>;
877 foo<int>::bar<zed> x;
884 void foo() { in foo() function
889 template DEFAULT void foo<bar>();
891 foo<bar>(); in zed()
898 struct foo { struct
906 template DEFAULT void foo::bar<zed>();
908 foo::bar<zed>(); in baz()
919 struct HIDDEN foo { struct
922 DEFAULT foo x;
925 template<foo *z>
940 struct HIDDEN foo { struct
942 DEFAULT foo x;
943 template<foo *z>
958 struct HIDDEN foo { struct
960 DEFAULT foo x;
961 template<foo *z>
975 struct foo { struct
978 template<foo *x>
1001 void foo() { in foo() function
1017 struct foo { struct
1025 foo<zed>::bar(); in bah()
1034 struct HIDDEN foo { struct
1037 template <class T> struct foo;
1039 foo<int>::bar(); in foobar()
1046 template <class T> struct foo;
1048 struct HIDDEN foo { struct
1052 foo<int>::bar(); in foobar()
1061 struct foo;
1062 void bar(foo<int>*);
1064 struct foo { struct
1068 foo<int>::zed(); in bah()
1077 struct foo;
1084 bar<foo>::zed(); in bah()
1094 typedef int (*foo)(); typedef
1095 template<foo x, foo y>
1173 template <E> static void foo() {} in foo() function
1176 static void foo() {} in foo() function
1181 A::foo<E0>(); in test()
1182 A::B<E0>::foo(); in test()
1193 static DEFAULT void foo() {} in foo() function
1210 static void foo() {} in foo() function
1225 static void foo() {} in foo() function
1231 static void foo() {} in foo() function
1237 B<A>::Inner::foo(); in test()
1238 B<A>::InnerT<int>::foo(); in test()
1239 B<A>::InnerT<A>::foo(); in test()
1250 class foo;
1251 class DEFAULT foo; variable
1252 template struct barT<foo>;
1284 class foo;
1286 void f(foo *rootfoo);
1288 class DEFAULT foo; variable
1290 template struct bar<foo>;
1311 namespace foo { namespace
1314 namespace foo { namespace
1317 namespace foo __attribute__((visibility("hidden"))) { namespace