Searched refs:uintptr_ctype (Results 1 – 9 of 9) sorted by relevance
9 uintptr_ctype = &uint_ctype; in init_h8300()
11 uintptr_ctype = &uint_ctype; in init_sh()
10 uintptr_ctype = &uint_ctype; in init_s390()
10 extern struct symbol *uintptr_ctype;
10 struct symbol *uintptr_ctype; variable
169 predefined_ctype("UINTPTR", uintptr_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
994 if (!uintptr_ctype) in init_ctype()995 uintptr_ctype = size_t_ctype; in init_ctype()
3077 if ((ttype == &ulong_ctype || ttype == uintptr_ctype) && !Wcast_from_as) in evaluate_cast()3084 if ((stype == &ulong_ctype || stype == uintptr_ctype)) in evaluate_cast()
1241 return ctype->ctype.modifiers & MOD_UNSIGNED ? uintptr_ctype in to_pointer_mode()