Searched refs:uintptr_ctype (Results 1 – 3 of 3) sorted by relevance
286 #define uintptr_ctype size_t_ctype macro
3018 if ((ttype == &ulong_ctype || ttype == uintptr_ctype) && !Wcast_from_as) in evaluate_cast()3025 if ((stype == &ulong_ctype || stype == uintptr_ctype)) in evaluate_cast()
1228 return ctype->ctype.modifiers & MOD_UNSIGNED ? uintptr_ctype in to_pointer_mode()