Searched refs:int_1_ptr (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp15 typedef int __attribute__((address_space(1))) *int_1_ptr; typedef
30 int check_remove0[is_same<remove_pointer<int_1_ptr>::type, int_1>::value? 1 : -1];
45 int check_ptr_in_as1[is_pointer_in_address_space_1<int_1_ptr>::value? 1 : -1];
57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) {

Completed in 65 milliseconds