Searched refs:global_ptr_t (Results 1 – 2 of 2) sorted by relevance
7 typedef __attribute__((address_space(1))) void *global_ptr_t; typedef39 static_assert(sizeof(global_ptr_t) == 8, "bad size"); in test()40 static_assert(alignof(global_ptr_t) == 8, "bad alignment"); in test()
25 typedef global void *global_ptr_t;64 check(sizeof(global_ptr_t) == PTSIZE);65 check(__alignof__(global_ptr_t) == PTSIZE);