Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c3109 tree final_type = 0; in build_binary_op() local
3626 final_type = result_type; in build_binary_op()
3631 if (op0 == arg0 && TREE_TYPE (op0) != final_type) in build_binary_op()
3633 if (op1 == arg1 && TREE_TYPE (op1) != final_type) in build_binary_op()
3683 final_type = result_type; in build_binary_op()
3685 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in build_binary_op()
3699 && (!TYPE_UNSIGNED (final_type) in build_binary_op()
3887 if (final_type != 0) in build_binary_op()
3888 result = cp_convert (final_type, result); in build_binary_op()
/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c8263 tree final_type = 0; in build_binary_op() local
8720 final_type = result_type; in build_binary_op()
8727 && TREE_TYPE (op0) != final_type) in build_binary_op()
8731 && TREE_TYPE (op1) != final_type) in build_binary_op()
8784 final_type = result_type; in build_binary_op()
8786 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in build_binary_op()
8794 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
8986 if (final_type != 0) in build_binary_op()
8987 result = convert (final_type, result); in build_binary_op()
H A DChangeLog-200437765 * fold-const.c (fold): Replace "final_type" with "type".
37766 Remove variable "final_type".