Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-enum-compare.cpp6 enum { AnonAA = 42, AnonAB = 43 }; enumerator
47 …while (x == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression of… in test()
50 while (AnonAA == AnonAB); in test()
52 while (AnonBB == AnonAA); in test()
76 …while (td == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression … in test()
260 case AnonAA: break; // expected-warning {{case value not in enumerated type 'Foo'}} in test()
271 case AnonAA: break; // expected-warning {{case value not in enumerated type 'TD'}} in test()
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp5 enum { AnonAA = 42, AnonAB = 43 }; enumerator
42 …while (x == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression of… in test()
44 while (AnonAA == AnonAB); in test()
46 while (AnonBB == AnonAA); in test()