Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp6 enum { AnonBA = 44, AnonBB = 45 }; enumerator
43 …while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of… in test()
46 while (AnonBB == AnonAA); in test()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-enum-compare.cpp7 enum { AnonBA = 44, AnonBB = 45 }; enumerator
48 …while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of… in test()
52 while (AnonBB == AnonAA); in test()