Lines Matching refs:getBar
23 Bar getBar();
126 …while (getFoo() == getBar()); // expected-warning {{comparison of two values with different enume… in test()
127 …while (getFoo() != getBar()); // expected-warning {{comparison of two values with different enume… in test()
128 …while (getFoo() >= getBar()); // expected-warning {{comparison of two values with different enume… in test()
129 …while (getFoo() <= getBar()); // expected-warning {{comparison of two values with different enume… in test()
130 …while (getFoo() > getBar()); // expected-warning {{comparison of two values with different enumer… in test()
131 …while (getFoo() < getBar()); // expected-warning {{comparison of two values with different enumer… in test()
133 …while (FooB == getBar()); // expected-warning {{comparison of two values with different enumerati… in test()
134 …while (FooB != getBar()); // expected-warning {{comparison of two values with different enumerati… in test()
135 …while (FooB >= getBar()); // expected-warning {{comparison of two values with different enumerati… in test()
136 …while (FooB <= getBar()); // expected-warning {{comparison of two values with different enumerati… in test()
137 …while (FooB > getBar()); // expected-warning {{comparison of two values with different enumeratio… in test()
138 …while (FooB < getBar()); // expected-warning {{comparison of two values with different enumeratio… in test()
140 …while (x == getBar()); // expected-warning {{comparison of two values with different enumeration … in test()
141 …while (x != getBar()); // expected-warning {{comparison of two values with different enumeration … in test()
142 …while (x >= getBar()); // expected-warning {{comparison of two values with different enumeration … in test()
143 …while (x <= getBar()); // expected-warning {{comparison of two values with different enumeration … in test()
144 …while (x > getBar()); // expected-warning {{comparison of two values with different enumeration t… in test()
145 …while (x < getBar()); // expected-warning {{comparison of two values with different enumeration t… in test()
191 …while (getBar() == getFoo()); // expected-warning {{comparison of two values with different enume… in test()
192 …while (getBar() != getFoo()); // expected-warning {{comparison of two values with different enume… in test()
193 …while (getBar() >= getFoo()); // expected-warning {{comparison of two values with different enume… in test()
194 …while (getBar() <= getFoo()); // expected-warning {{comparison of two values with different enume… in test()
195 …while (getBar() > getFoo()); // expected-warning {{comparison of two values with different enumer… in test()
196 …while (getBar() < getFoo()); // expected-warning {{comparison of two values with different enumer… in test()
198 …while (getBar() == FooB); // expected-warning {{comparison of two values with different enumerati… in test()
199 …while (getBar() != FooB); // expected-warning {{comparison of two values with different enumerati… in test()
200 …while (getBar() >= FooB); // expected-warning {{comparison of two values with different enumerati… in test()
201 …while (getBar() <= FooB); // expected-warning {{comparison of two values with different enumerati… in test()
202 …while (getBar() > FooB); // expected-warning {{comparison of two values with different enumeratio… in test()
203 …while (getBar() < FooB); // expected-warning {{comparison of two values with different enumeratio… in test()
205 …while (getBar() == x); // expected-warning {{comparison of two values with different enumeration … in test()
206 …while (getBar() != x); // expected-warning {{comparison of two values with different enumeration … in test()
207 …while (getBar() >= x); // expected-warning {{comparison of two values with different enumeration … in test()
208 …while (getBar() <= x); // expected-warning {{comparison of two values with different enumeration … in test()
209 …while (getBar() > x); // expected-warning {{comparison of two values with different enumeration t… in test()
210 …while (getBar() < x); // expected-warning {{comparison of two values with different enumeration t… in test()