Searched refs:constant_ptr_t (Results 1 – 2 of 2) sorted by relevance
8 typedef __attribute__((address_space(2))) void *constant_ptr_t; typedef41 static_assert(sizeof(constant_ptr_t) == 8, "bad size"); in test()42 static_assert(alignof(constant_ptr_t) == 8, "bad alignment"); in test()
26 typedef constant void *constant_ptr_t;66 check(sizeof(constant_ptr_t) == PTSIZE);67 check(__alignof__(constant_ptr_t) == PTSIZE);