Searched refs:Foo1 (Results 1 – 6 of 6) sorted by relevance
247 struct Foo1 { struct248 Foo1();249 Foo1(const Foo1&);260 operator const Foo1&() const;266 (void)(true ? Bar() : Foo1()); // okay in f()
1783 class Foo1 { class1800 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()1806 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()1815 Foo1 fooBase;1857 Foo1 f1; in test()
42 struct Foo1 { struct46 typedef struct Foo1 Foo1T; argument47 // FIXME: we don't attach this comment to 'struct Foo1'48 …te-comments-typedef.m@{{[0-9]+}}@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration>…
84 @interface Foo1 { interface90 @implementation Foo1 implementation
634 template <unsigned N> class Foo1 {}; class639 Foo1<1> F1; in Play1()640 Foo1<2> F2, F3; in Play1()
51 @interface Foo1 { interface