Searched refs:FooB (Results 1 – 6 of 6) 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
4 enum Foo { FooA, FooB, FooC }; enumerator102 …while (FooB == y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()103 …while (FooB != y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()104 …while (FooB >= y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()105 …while (FooB <= y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()106 …while (FooB > y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Bar… in test()107 …while (FooB < y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Bar… in test()109 …while (FooB == BarD); // expected-warning {{comparison of different enumeration types ('Foo' and … in test()110 …while (FooB != BarD); // expected-warning {{comparison of different enumeration types ('Foo' and … in test()111 …while (FooB >= BarD); // expected-warning {{comparison of different enumeration types ('Foo' and … in test()[all …]
561 LateFoo FooB; in late_0() local
3 header "FooB.h"
9 …lete-framework-module/Foo.framework/Modules/module.modulemap:3{{skipping 'FooB.h' because module d…