Searched refs:FooB (Results 1 – 2 of 2) sorted by relevance
3 enum Foo { FooA, FooB, FooC }; enumerator91 …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()[all …]
576 LateFoo FooB; in late_0() local