Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Daddress_spaces.c54 typedef _AS2 int AS2Int; typedef
59 AS2Int typedef_as_field; // expected-error {{field may not be qualified with an address space}}
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Daddress_space-dependent.cpp16 typedef __attribute__((address_space(J))) int AS2Int; in car() typedef
18 AS2Int typedef_as_field; // expected-error {{field may not be qualified with an address space}} in car()