Searched refs:Foo1 (Results 1 – 4 of 4) sorted by relevance
234 struct Foo1 { struct235 Foo1();236 Foo1(const Foo1&);247 operator const Foo1&() const;253 (void)(true ? Bar() : Foo1()); // okay in f()
1719 class Foo1 { class1736 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()1742 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()1751 Foo1 fooBase;1793 Foo1 f1; in test()
84 @interface Foo1 { interface90 @implementation Foo1 implementation
51 @interface Foo1 { interface