Searched refs:AnonBB (Results 1 – 2 of 2) sorted by relevance
6 enum { AnonBA = 44, AnonBB = 45 }; enumerator43 …while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of… in test()46 while (AnonBB == AnonAA); in test()
7 enum { AnonBA = 44, AnonBB = 45 }; enumerator48 …while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of… in test()52 while (AnonBB == AnonAA); in test()