Home
last modified time | relevance | path

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

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Deval.c577 struct type *range_low_type, *range_high_type; in evaluate_subexp_standard() local
583 range_low_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
592 range_low_type = range_high_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
598 if (TYPE_CODE (range_low_type) == TYPE_CODE_RANGE) in evaluate_subexp_standard()
599 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate_subexp_standard()
602 if ((TYPE_CODE (range_low_type) != TYPE_CODE (range_high_type)) || in evaluate_subexp_standard()
603 (TYPE_CODE (range_low_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()
604 (range_low_type != range_high_type))) in evaluate_subexp_standard()
607 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()
609 range_low_type != check_type)) in evaluate_subexp_standard()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Deval.c577 struct type *range_low_type, *range_high_type; in evaluate_subexp_standard() local
583 range_low_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
592 range_low_type = range_high_type = VALUE_TYPE (elem_val); in evaluate_subexp_standard()
598 if (TYPE_CODE (range_low_type) == TYPE_CODE_RANGE) in evaluate_subexp_standard()
599 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate_subexp_standard()
602 if ((TYPE_CODE (range_low_type) != TYPE_CODE (range_high_type)) || in evaluate_subexp_standard()
603 (TYPE_CODE (range_low_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()
604 (range_low_type != range_high_type))) in evaluate_subexp_standard()
607 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()
609 range_low_type != check_type)) in evaluate_subexp_standard()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Deval.c1023 struct type *range_low_type, *range_high_type; in evaluate_subexp_standard() local
1030 range_low_type = value_type (elem_val); in evaluate_subexp_standard()
1039 range_low_type = range_high_type = value_type (elem_val); in evaluate_subexp_standard()
1045 if (TYPE_CODE (range_low_type) == TYPE_CODE_RANGE) in evaluate_subexp_standard()
1046 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate_subexp_standard()
1049 if ((TYPE_CODE (range_low_type) != TYPE_CODE (range_high_type)) in evaluate_subexp_standard()
1050 || (TYPE_CODE (range_low_type) == TYPE_CODE_ENUM in evaluate_subexp_standard()
1051 && (range_low_type != range_high_type))) in evaluate_subexp_standard()
1054 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) in evaluate_subexp_standard()
1056 && range_low_type != check_type)) in evaluate_subexp_standard()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Deval.c954 struct type *range_low_type, *range_high_type; in evaluate_subexp_standard() local
961 range_low_type = value_type (elem_val); in evaluate_subexp_standard()
970 range_low_type = range_high_type = value_type (elem_val); in evaluate_subexp_standard()
976 if (TYPE_CODE (range_low_type) == TYPE_CODE_RANGE) in evaluate_subexp_standard()
977 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate_subexp_standard()
980 if ((TYPE_CODE (range_low_type) != TYPE_CODE (range_high_type)) in evaluate_subexp_standard()
981 || (TYPE_CODE (range_low_type) == TYPE_CODE_ENUM in evaluate_subexp_standard()
982 && (range_low_type != range_high_type))) in evaluate_subexp_standard()
985 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) in evaluate_subexp_standard()
987 && range_low_type != check_type)) in evaluate_subexp_standard()
/dports/devel/gdb/gdb-11.1/gdb/
H A Deval.c2417 struct type *range_low_type, *range_high_type; in evaluate() local
2421 range_low_type = range_high_type = value_type (elem_val); in evaluate()
2427 if (range_low_type->code () == TYPE_CODE_RANGE) in evaluate()
2428 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate()
2431 if ((range_low_type->code () != range_high_type->code ()) in evaluate()
2432 || (range_low_type->code () == TYPE_CODE_ENUM in evaluate()
2433 && (range_low_type != range_high_type))) in evaluate()
2436 if ((check_type->code () != range_low_type->code ()) in evaluate()
2438 && range_low_type != check_type)) in evaluate()