Lines Matching refs:e
44 int e = live1; in test1() local
53 foo.field2 = e + i + h; in test1()
59 live1 = e + f + g + j; in test1()
79 int e = live1; in test2() local
87 foo.field2 = e + i + h; in test2()
94 live1 = e + f + g + j; in test2()
104 int e = live1; in test3() local
109 live1 = e; in test3()
112 live1 = e; in test3()
116 foo.field2 = e + i + h; in test3()
123 live1 = e + f + g + j; in test3()