Searched refs:IncompleteYType (Results 1 – 2 of 2) sorted by relevance
26 typedef enum Y IncompleteYType; // expected-note{{forward declaration of 'enum Y'}} in main() typedef30 …IncompleteYType a2; // expected-error{{variable has incomplete type 'IncompleteYType' (aka 'enum Y… in main()41 IncompleteYType __attribute__((mode(QI))) a5; in main()42 IncompleteYType a6 __attribute__((mode(HI))); in main()