Searched refs:Foo3 (Results 1 – 6 of 6) sorted by relevance
29 typedef Stack<Foo2,Foo2> Foo3; typedef30 typedef Stack<Foo3,Foo3> Foo4;
254 struct Foo3 { struct255 Foo3();256 Foo3(Foo3&); // expected-note{{would lose const qualifier}}262 operator const Foo3&() const;268 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}} in f()
169 struct Foo3 { struct174 struct Bar3 : Foo3 {
93 @interface Foo3 { interface99 @implementation Foo3 implementation
636 template <unsigned ...N> class Foo3 {}; class738 Foo3<1> F1; in Play3()739 Foo3<2, 1> F2, F3; in Play3()
216 class Foo3 { class224 void Foo3<T>::Bar() { in Bar()