Searched refs:range_high_type (Results 1 – 1 of 1) sorted by relevance
580 struct type *range_low_type, *range_high_type; in evaluate_subexp_standard() local589 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()