Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Deval.c580 struct type *range_low_type, *range_high_type; in evaluate_subexp_standard() local
589 range_high_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
595 range_low_type = range_high_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
603 if (TYPE_CODE (range_high_type) == TYPE_CODE_RANGE) in evaluate_subexp_standard()
604 range_high_type = TYPE_TARGET_TYPE (range_high_type); in evaluate_subexp_standard()
605 if ((TYPE_CODE (range_low_type) != TYPE_CODE (range_high_type)) || in evaluate_subexp_standard()
607 (range_low_type != range_high_type))) in evaluate_subexp_standard()