Searched refs:pointed_type (Results 1 – 1 of 1) sorted by relevance
5441 static inline CType *pointed_type(CType *type);11154 static inline CType *pointed_type(CType *type) in pointed_type() function11162 return type_size(pointed_type(type), &align); in pointed_size()11200 type1 = pointed_type(type1); in check_comparison_pointer_types()11205 type2 = pointed_type(type2); in check_comparison_pointer_types()11691 type1 = pointed_type(type1); in is_compatible_types()11692 type2 = pointed_type(type2); in is_compatible_types()11823 type1 = pointed_type(dt); in gen_assign_cast()11827 !is_compatible_types(pointed_type(dt), st)) in gen_assign_cast()11834 type2 = pointed_type(st); in gen_assign_cast()[all …]