Searched refs:ASInt (Results 1 – 2 of 2) sorted by relevance
14 ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}}15 ASInt *as_int_ptr2 = &int_as_one;
4 typedef __attribute__((address_space(1))) int ASInt; typedef