Home
last modified time | relevance | path

Searched refs:_AS1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Daddress_spaces.c3 #define _AS1 __attribute__((address_space(1))) macro
10 _AS1 float b) // expected-error {{parameter may not be qualified with an address space}} in foo()
13 _AS1 float * _AS2 *B; in foo()
15 int _AS1 _AS2 *Y; // expected-error {{multiple address spaces specified for type}} in foo()
16 int *_AS1 _AS2 *Z; // expected-error {{multiple address spaces specified for type}} in foo()
17 int *_AS1 _AS1 *M; // expected-warning {{multiple identical address spaces specified for type}} in foo()
19 _AS1 int local; // expected-error {{automatic variable qualified with an address space}} in foo()
20 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}} in foo()
50 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}}
73 char* cmp(_AS1 char *x, _AS2 char *y) { in cmp()
[all …]
H A Datomic-ops.c127 #define _AS1 __attribute__((address_space(1))) macro
245 …_Bool cmpexch_10 = __c11_atomic_compare_exchange_strong((_Atomic int _AS1 *)0x308, (int _AS2 *)0x3… in f()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Datomic-ops.c158 #define _AS1 __attribute__((address_space(1))) macro
159 _Bool fi4d(_Atomic(int) *i, int _AS1 *ptr2) { in fi4d()