Lines Matching refs:foo
53 foo.field2 = e + i + h; in test1()
54 foo.field3 = f + i + h; in test1()
55 foo.field4 = g + i + h; in test1()
56 foo.field0 = h; in test1()
57 foo.field1 = i + h; in test1()
87 foo.field2 = e + i + h; in test2()
88 foo.field3 = f + i + h; in test2()
89 foo.field4 = g + i + h; in test2()
90 foo.field0 = h; in test2()
91 foo.field1 = i + h; in test2()
116 foo.field2 = e + i + h; in test3()
117 foo.field3 = f + i + h; in test3()
118 foo.field4 = g + i + h; in test3()
119 foo.field0 = h; in test3()
120 foo.field1 = i + h; in test3()
136 static Foo foo; field in Main