Searched defs:Foo1 (Results 1 – 7 of 7) sorted by relevance
14 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
27 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
84 @interface Foo1 { interface90 @implementation Foo1 implementation
50 @interface Foo1 { interface
257 struct Foo1 { struct
1837 class Foo1 { class
634 template <unsigned N> class Foo1 {}; class