Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Denum.cpp91 enum PR7921E { enum
92 PR7921V = (PR7921E)(123)
/external/llvm-project/clang/test/SemaCXX/
Denum.cpp91 enum PR7921E { // expected-note {{not complete until the closing '}'}} enum
92 PR7921V = (PR7921E)(123) // expected-error {{'PR7921E' is an incomplete type}}