Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp5 enum { AnonAA = 42, AnonAB = 43 }; enumerator
44 while (AnonAA == AnonAB); in test()
45 while (AnonAB == AnonBA); in test()