• Home
  • Raw
  • Download

Lines Matching full:with

42 …while (x == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression of…  in test()
43 …while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of… in test()
68 …while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types… in test()
69 …while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enu… in test()
70 …while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration… in test()
72 …while (((((B1)))) == B2); // expected-warning {{comparison of two values with different enumerati… in test()
73 …while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different e… in test()
74 …while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enu… in test()
76 …while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different enume… in test()
77 …while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with diffe… in test()
78 …while ((((z))) == (name2::B2)); // expected-warning {{comparison of two values with different enu… in test()
80 …while (x == a); // expected-warning {{comparison of two values with different enumeration types (… in test()
81 …while (x == b); // expected-warning {{comparison of two values with different enumeration types (… in test()
82 …while (x == c); // expected-warning {{comparison of two values with different enumeration types (… in test()
84 …while (x == y); // expected-warning {{comparison of two values with different enumeration types (… in test()
85 …while (x != y); // expected-warning {{comparison of two values with different enumeration types (… in test()
86 …while (x >= y); // expected-warning {{comparison of two values with different enumeration types (… in test()
87 …while (x <= y); // expected-warning {{comparison of two values with different enumeration types (… in test()
88 …while (x > y); // expected-warning {{comparison of two values with different enumeration types ('… in test()
89 …while (x < y); // expected-warning {{comparison of two values with different enumeration types ('… in test()
91 …while (FooB == y); // expected-warning {{comparison of two values with different enumeration type… in test()
92 …while (FooB != y); // expected-warning {{comparison of two values with different enumeration type… in test()
93 …while (FooB >= y); // expected-warning {{comparison of two values with different enumeration type… in test()
94 …while (FooB <= y); // expected-warning {{comparison of two values with different enumeration type… in test()
95 …while (FooB > y); // expected-warning {{comparison of two values with different enumeration types… in test()
96 …while (FooB < y); // expected-warning {{comparison of two values with different enumeration types… in test()
98 …while (FooB == BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
99 …while (FooB != BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
100 …while (FooB >= BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
101 …while (FooB <= BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
102 …while (FooB > BarD); // expected-warning {{comparison of two values with different enumeration ty… in test()
103 …while (FooB < BarD); // expected-warning {{comparison of two values with different enumeration ty… in test()
105 …while (x == BarD); // expected-warning {{comparison of two values with different enumeration type… in test()
106 …while (x != BarD); // expected-warning {{comparison of two values with different enumeration type… in test()
107 …while (x >= BarD); // expected-warning {{comparison of two values with different enumeration type… in test()
108 …while (x <= BarD); // expected-warning {{comparison of two values with different enumeration type… in test()
109 …while (x > BarD); // expected-warning {{comparison of two values with different enumeration types… in test()
110 …while (x < BarD); // expected-warning {{comparison of two values with different enumeration types… in test()
112 …while (getFoo() == y); // expected-warning {{comparison of two values with different enumeration … in test()
113 …while (getFoo() != y); // expected-warning {{comparison of two values with different enumeration … in test()
114 …while (getFoo() >= y); // expected-warning {{comparison of two values with different enumeration … in test()
115 …while (getFoo() <= y); // expected-warning {{comparison of two values with different enumeration … in test()
116 …while (getFoo() > y); // expected-warning {{comparison of two values with different enumeration t… in test()
117 …while (getFoo() < y); // expected-warning {{comparison of two values with different enumeration t… in test()
119 …while (getFoo() == BarD); // expected-warning {{comparison of two values with different enumerati… in test()
120 …while (getFoo() != BarD); // expected-warning {{comparison of two values with different enumerati… in test()
121 …while (getFoo() >= BarD); // expected-warning {{comparison of two values with different enumerati… in test()
122 …while (getFoo() <= BarD); // expected-warning {{comparison of two values with different enumerati… in test()
123 …while (getFoo() > BarD); // expected-warning {{comparison of two values with different enumeratio… in test()
124 …while (getFoo() < BarD); // expected-warning {{comparison of two values with different enumeratio… in test()
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()
149 …while (y == x); // expected-warning {{comparison of two values with different enumeration types (… in test()
150 …while (y != x); // expected-warning {{comparison of two values with different enumeration types (… in test()
151 …while (y >= x); // expected-warning {{comparison of two values with different enumeration types (… in test()
152 …while (y <= x); // expected-warning {{comparison of two values with different enumeration types (… in test()
153 …while (y > x); // expected-warning {{comparison of two values with different enumeration types ('… in test()
154 …while (y < x); // expected-warning {{comparison of two values with different enumeration types ('… in test()
156 …while (y == FooB); // expected-warning {{comparison of two values with different enumeration type… in test()
157 …while (y != FooB); // expected-warning {{comparison of two values with different enumeration type… in test()
158 …while (y >= FooB); // expected-warning {{comparison of two values with different enumeration type… in test()
159 …while (y <= FooB); // expected-warning {{comparison of two values with different enumeration type… in test()
160 …while (y > FooB); // expected-warning {{comparison of two values with different enumeration types… in test()
161 …while (y < FooB); // expected-warning {{comparison of two values with different enumeration types… in test()
163 …while (BarD == FooB); // expected-warning {{comparison of two values with different enumeration t… in test()
164 …while (BarD != FooB); // expected-warning {{comparison of two values with different enumeration t… in test()
165 …while (BarD >= FooB); // expected-warning {{comparison of two values with different enumeration t… in test()
166 …while (BarD <= FooB); // expected-warning {{comparison of two values with different enumeration t… in test()
167 …while (BarD > FooB); // expected-warning {{comparison of two values with different enumeration ty… in test()
168 …while (BarD <FooB); // expected-warning {{comparison of two values with different enumeration typ… in test()
170 …while (BarD == x); // expected-warning {{comparison of two values with different enumeration type… in test()
171 …while (BarD != x); // expected-warning {{comparison of two values with different enumeration type… in test()
172 …while (BarD >= x); // expected-warning {{comparison of two values with different enumeration type… in test()
173 …while (BarD <= x); // expected-warning {{comparison of two values with different enumeration type… in test()
174 …while (BarD < x); // expected-warning {{comparison of two values with different enumeration types… in test()
175 …while (BarD > x); // expected-warning {{comparison of two values with different enumeration types… in test()
177 …while (y == getFoo()); // expected-warning {{comparison of two values with different enumeration … in test()
178 …while (y != getFoo()); // expected-warning {{comparison of two values with different enumeration … in test()
179 …while (y >= getFoo()); // expected-warning {{comparison of two values with different enumeration … in test()
180 …while (y <= getFoo()); // expected-warning {{comparison of two values with different enumeration … in test()
181 …while (y > getFoo()); // expected-warning {{comparison of two values with different enumeration t… in test()
182 …while (y < getFoo()); // expected-warning {{comparison of two values with different enumeration t… in test()
184 …while (BarD == getFoo()); // expected-warning {{comparison of two values with different enumerati… in test()
185 …while (BarD != getFoo()); // expected-warning {{comparison of two values with different enumerati… in test()
186 …while (BarD >= getFoo()); // expected-warning {{comparison of two values with different enumerati… in test()
187 …while (BarD <= getFoo()); // expected-warning {{comparison of two values with different enumerati… in test()
188 …while (BarD > getFoo()); // expected-warning {{comparison of two values with different enumeratio… in test()
189 …while (BarD < getFoo()); // expected-warning {{comparison of two values with different enumeratio… 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()