Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.c118 static int numeric_type_p (struct type *);
2807 numeric_type_p (struct type *type) in numeric_type_p() function
2820 || 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()