Searched refs:PR7921E (Results 1 – 2 of 2) sorted by relevance
91 enum PR7921E { enum92 PR7921V = (PR7921E)(123)
91 enum PR7921E { // expected-note {{not complete until the closing '}'}} enum92 PR7921V = (PR7921E)(123) // expected-error {{'PR7921E' is an incomplete type}}