Home
last modified time | relevance | path

Searched refs:FooB (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp3 enum Foo { FooA, FooB, FooC }; enumerator
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()
[all …]
Dwarn-thread-safety-analysis.cpp576 LateFoo FooB; in late_0() local