Home
last modified time | relevance | path

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

/external/clang/test/Sema/
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()
18 _AS1 int local; // expected-error {{automatic variable qualified with an address space}} in foo()
19 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}} in foo()
20 _AS1 int arrarr[5][5]; // expected-error {{automatic variable qualified with an address space}} in foo()
49 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}}
50 typedef _AS1 ft qft; // expected-error {{function type may not be qualified with an address space}}
[all …]
Datomic-ops.c88 #define _AS1 __attribute__((address_space(1))) macro
200 …_Bool cmpexch_10 = __c11_atomic_compare_exchange_strong((_Atomic int _AS1 *)0x308, (int _AS2 *)0x3… in f()
/external/clang/test/CodeGen/
Datomic-ops.c158 #define _AS1 __attribute__((address_space(1))) macro
159 _Bool fi4d(_Atomic(int) *i, int _AS1 *ptr2) { in fi4d()