Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dswitch.c328 kTest19Enum1 = 7, in test19() enumerator
329 kTest19Enum2 = kTest19Enum1 in test19()
337 …case kTest19Enum1: // expected-error {{duplicate case value: '7' and 'kTest19Enum1' both equal '7'… in test19()
339 case kTest19Enum1: // expected-error {{duplicate case value 'kTest19Enum1'}} \ in test19()