Home
last modified time | relevance | path

Searched refs:range_low_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
586 range_low_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
595 range_low_type = range_high_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
601 if (TYPE_CODE (range_low_type) == TYPE_CODE_RANGE) in evaluate_subexp_standard()
602 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate_subexp_standard()
605 if ((TYPE_CODE (range_low_type) != TYPE_CODE (range_high_type)) || in evaluate_subexp_standard()
606 (TYPE_CODE (range_low_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()
607 (range_low_type != range_high_type))) in evaluate_subexp_standard()
610 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()
612 range_low_type != check_type)) in evaluate_subexp_standard()