Searched refs:Foo2 (Results 1 – 17 of 17) sorted by relevance
28 typedef Stack<Foo,Foo> Foo2; typedef29 typedef Stack<Foo2,Foo2> Foo3;
6 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function10 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
12 @interface Foo2 { interface18 @implementation Foo2 implementation
177 @interface Foo2 { interface183 @implementation Foo2 implementation
57 @interface Foo2 interface
158 struct Foo2 : Base { struct163 Foo2<Base1> f1; in test2()164 Foo2<Base2> f2; in test2()
477 template <class Payload> struct Foo2 { struct478 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() argument482 Foo2<Bar2> x2;
252 struct Foo2 { }; struct261 operator const Foo2&() const;267 (void)(true ? Bar() : Foo2()); // okay in f()
520 LateFoo Foo2; member in LateBar584 BarA.Foo2.a = 2; // \ in late_bad_4()1789 class Foo2 { class1856 BarT<Foo2> bt; in test()1858 Foo2 f2; in test()
71 class Foo2 { class
635 template <unsigned N = 2> class Foo2 {}; class689 Foo2<1> F1; in Play2()690 Foo2<> F2, F3; in Play2()
80 void Foo2() { in Foo2() function
60 void Foo2() { in Foo2() function
78 @implementation Foo2
88 @implementation Foo2 implementation
204 class Foo2 { class209 bool Foo2<T>::Bar() { in Bar()
97 printf("Foo2\n");