Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c870 binary_numeric_promotion (t1, t2, exp1, exp2) in binary_numeric_promotion() function
H A Djava-tree.h1180 extern tree binary_numeric_promotion PARAMS ((tree, tree, tree *, tree *));
H A Dparse.c17076 prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
17153 prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
17291 prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
17356 binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
17379 binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
17871 binary_numeric_promotion (op_type,
19664 resulting_type = binary_numeric_promotion (t1, t2,
H A Dparse.y13511 prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
13588 prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
13726 prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
13791 binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
13814 binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
14306 binary_numeric_promotion (op_type,
16099 resulting_type = binary_numeric_promotion (t1, t2,
H A DChangeLog8524 binary_numeric_promotion.
12369 binary_numeric_promotion, build_decl_no_layout,
12507 binary_numeric_promotion, stabilize_reference,
13177 * typeck.c (binary_numeric_promotion): New function.