Lines Matching refs:foo
38 class DEFAULT foo { class
40 foo myvec;
59 struct foo { struct
63 int foo<T>::bar;
64 template struct foo<int>; variable
73 struct HIDDEN foo {}; struct
74 extern foo bar;
75 foo *zed() { in zed()
86 struct HIDDEN foo { struct
88 DEFAULT foo x;
91 template<foo *z>
207 struct HIDDEN foo { struct
208 foo() { } in foo() function
215 struct barc : public foo {
228 static void foo() {} in foo() function
236 Aref<a>::foo(); in test()
241 void foo();
247 foo(); in test()
273 void foo(A*);
278 void B::foo(A*) {} in foo() function in Test10::B
284 void foo() {} in foo() function
290 a.foo(); in test()
358 struct Base1 { virtual void foo(); };
359 struct Base2 : virtual Base1 { virtual void foo(); };
361 virtual void foo();
367 a.foo(); in test()
373 static void foo();
378 static void foo();
385 A::foo(); in test()
388 A::B::foo(); in test()
408 static void foo();
413 static void foo();
421 A<int>::foo(); in test()
424 A<int>::B::foo(); in test()
427 A<H>::foo(); in test()
430 A<H>::B::foo(); in test()
464 template <class T> void foo() { in foo() function
469 foo<int>(); in test()
529 DEFAULT void foo() {} in foo() function
533 template void A<en>::foo();
544 static void foo();
548 static void foo();
553 B<A1>::foo(); in test()
555 B<A2>::foo(); in test()
569 namespace foo DEFAULT { namespace
575 template class foo::bar<char>;
581 template class foo::bar<zed>;
602 namespace foo DEFAULT { namespace
612 template class foo::zed<baz>;
706 class foo { class
711 template class DEFAULT foo<zed>; variable
717 struct foo { struct
721 template DEFAULT void bar<foo>();
733 struct DEFAULT foo { struct
737 template class foo<zed>; variable
746 class foo { class
751 template class foo<S1, S2>; variable
757 struct HIDDEN foo { struct
761 template DEFAULT void bar<foo>();
768 class DEFAULT foo { class
773 template class foo<zed>; variable
809 struct HIDDEN foo { struct
815 struct HIDDEN bar<foo> {
818 void bar<foo>::zed() { in zed()
825 struct HIDDEN foo { struct
831 DEFAULT void bar<foo>() { in bar()
839 struct foo { struct
840 foo() {} in foo() function
845 template struct DEFAULT foo<bar>; variable
846 foo<bar> x;
853 struct foo { struct
862 template struct DEFAULT foo<int>::bar<zed>;
863 foo<int>::bar<zed> x;
870 void foo() { in foo() function
875 template DEFAULT void foo<bar>();
877 foo<bar>(); in zed()
884 struct foo { struct
892 template DEFAULT void foo::bar<zed>();
894 foo::bar<zed>(); in baz()
905 struct HIDDEN foo { struct
908 DEFAULT foo x;
911 template<foo *z>
926 struct HIDDEN foo { struct
928 DEFAULT foo x;
929 template<foo *z>
944 struct HIDDEN foo { struct
946 DEFAULT foo x;
947 template<foo *z>
961 struct foo { struct
964 template<foo *x>
987 void foo() { in foo() function
1003 struct foo { struct
1011 foo<zed>::bar(); in bah()
1020 struct HIDDEN foo { struct
1023 template <class T> struct foo;
1025 foo<int>::bar(); in foobar()
1032 template <class T> struct foo;
1034 struct HIDDEN foo { struct
1038 foo<int>::bar(); in foobar()
1047 struct foo;
1048 void bar(foo<int>*);
1050 struct foo { struct
1054 foo<int>::zed(); in bah()
1063 struct foo;
1070 bar<foo>::zed(); in bah()
1080 typedef int (*foo)(); typedef
1081 template<foo x, foo y>
1159 template <E> static void foo() {} in foo() function
1162 static void foo() {} in foo() function
1167 A::foo<E0>(); in test()
1168 A::B<E0>::foo(); in test()
1179 static DEFAULT void foo() {} in foo() function
1196 static void foo() {} in foo() function
1211 static void foo() {} in foo() function
1217 static void foo() {} in foo() function
1223 B<A>::Inner::foo(); in test()
1224 B<A>::InnerT<int>::foo(); in test()
1225 B<A>::InnerT<A>::foo(); in test()
1236 class foo;
1237 class DEFAULT foo; variable
1238 template struct barT<foo>;
1270 class foo;
1272 void f(foo *rootfoo);
1274 class DEFAULT foo; variable
1276 template struct bar<foo>;