Searched refs:integer_type_p (Results 1 – 1 of 1) sorted by relevance
120 static int integer_type_p (struct type *);2830 integer_type_p (struct type *type) in integer_type_p() function2842 || integer_type_p (TYPE_TARGET_TYPE (type))); in integer_type_p()2919 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()2939 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()6520 if (!integer_type_p (VALUE_TYPE (arg))) in value_val_atr()