Home
last modified time | relevance | path

Searched refs:AnonAB (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-enum-compare.cpp6 enum { AnonAA = 42, AnonAB = 43 }; enumerator
50 while (AnonAA == AnonAB); in test()
51 while (AnonAB == AnonBA); in test()