Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dattr-mode-enums.c26 typedef enum Y IncompleteYType; // expected-note{{forward declaration of 'enum Y'}} in main() typedef
30IncompleteYType 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()
/external/llvm-project/clang/test/Sema/
Dattr-mode-enums.c26 typedef enum Y IncompleteYType; // expected-note{{forward declaration of 'enum Y'}} in main() typedef
30IncompleteYType 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()