Searched refs:numeric_type_p (Results 1 – 1 of 1) sorted by relevance
118 static int numeric_type_p (struct type *);2807 numeric_type_p (struct type *type) in numeric_type_p() function2820 || numeric_type_p (TYPE_TARGET_TYPE (type))); in numeric_type_p()2912 return (!(numeric_type_p (type0) && numeric_type_p (type1))); in possible_user_operator_p()2939 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()2945 return (!numeric_type_p (type0)); in possible_user_operator_p()