Searched refs:Foo1 (Results 1 – 8 of 8) sorted by relevance
32 class Foo1;41 void Bar(const Foo1 *);44 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
8 %struct.Foo1 = type { i32 addrspace(1)* }14 global %struct.Foo1 { i32 addrspace(1)* bitcast
257 struct Foo1 { struct258 Foo1();259 Foo1(const Foo1&);270 operator const Foo1&() const;276 (void)(true ? Bar() : Foo1()); // okay in f()
1835 class Foo1 { class1852 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()1858 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()1867 Foo1 fooBase;1909 Foo1 f1; in test()
42 struct Foo1 { struct46 typedef struct Foo1 Foo1T; argument47 // FIXME: we don't attach this comment to 'struct Foo1'48 …SR>c:annotate-comments-typedef.m@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()
50 @interface Foo1 { interface