Searched refs:integer_type_p (Results 1 – 1 of 1) sorted by relevance
140 static int integer_type_p (struct type *);3779 integer_type_p (struct type *type) in integer_type_p() function3791 || integer_type_p (TYPE_TARGET_TYPE (type))); in integer_type_p()3873 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()3887 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()8461 if (!integer_type_p (value_type (arg))) in value_val_atr()