Searched refs:integer_type_p (Results 1 – 1 of 1) sorted by relevance
147 static int integer_type_p (struct type *);3268 integer_type_p (struct type *type) in integer_type_p() function3280 || integer_type_p (TYPE_TARGET_TYPE (type))); in integer_type_p()3361 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()3382 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()6712 if (!integer_type_p (VALUE_TYPE (arg))) in value_val_atr()