Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/PCH/
H A Dtypes.c14 ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}}
15 ASInt *as_int_ptr2 = &int_as_one;
H A Dtypes.h4 typedef __attribute__((address_space(1))) int ASInt; typedef