Searched refs:common_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3040 tree common_type; local
3121 common_type = determine_common_wider_type (&ubase, &cbase);
3126 if (uutype != common_type)
3127 cstep = fold_convert (common_type, cstep);
3128 cbase = fold_build2 (PLUS_EXPR, common_type, cbase, cstep);
3139 if (TYPE_PRECISION (common_type) > HOST_BITS_PER_WIDE_INT)
3147 delta = fold_build2 (MINUS_EXPR, common_type, ubase, cbase);
3148 if (uutype != common_type)
3154 delta = fold_build2 (PLUS_EXPR, common_type, ubase, cbase);
3155 if (uutype != common_type)
[all...]
H A Dc-common.h775 extern tree common_type (tree, tree);
H A Dc-common.c2351 type = common_type (TREE_TYPE (primop0), TREE_TYPE (primop1));
2370 type = common_type (TREE_TYPE (primop0), TREE_TYPE (primop1));
H A Dc-typeck.c747 common_type (tree t1, tree t2)
8287 (unsigned0, common_type (TREE_TYPE (arg0), TREE_TYPE (arg1)));
743 common_type (tree t1, tree t2) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c750 common_type (tree t1, tree t2)
3130 return pointer_diff (op0, op1, common_type (type0, type1));
3497 result_type = common_type (type0, type1);
3568 (unsigned0, common_type (TREE_TYPE (arg0), TREE_TYPE (arg1)));
749 common_type (tree t1, tree t2) function

Completed in 294 milliseconds