Home
last modified time | relevance | path

Searched refs:numeric_type_p (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lang.c138 static int numeric_type_p (struct type *);
3756 numeric_type_p (struct type *type) in numeric_type_p() function
3769 || numeric_type_p (TYPE_TARGET_TYPE (type))); in numeric_type_p()
3866 return (!(numeric_type_p (type0) && numeric_type_p (type1))); in possible_user_operator_p()
3887 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()
3893 return (!numeric_type_p (type0)); in possible_user_operator_p()