Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c19604 tree resulting_type = NULL_TREE; local
19639 resulting_type = t1;
19647 resulting_type = short_type_node;
19653 resulting_type = t2;
19659 resulting_type = t1;
19664 resulting_type = binary_numeric_promotion (t1, t2,
19671 resulting_type = t1;
19674 resulting_type = t2;
19679 else if ((resulting_type = try_reference_assignconv (t1, op2)))
19680 resulting_type = promote_type (t1);
[all …]
H A Dparse.y16039 tree resulting_type = NULL_TREE; local
16074 resulting_type = t1;
16082 resulting_type = short_type_node;
16088 resulting_type = t2;
16094 resulting_type = t1;
16099 resulting_type = binary_numeric_promotion (t1, t2,
16106 resulting_type = t1;
16109 resulting_type = t2;
16114 else if ((resulting_type = try_reference_assignconv (t1, op2)))
16115 resulting_type = promote_type (t1);
[all …]