Searched refs:c_common_type_for_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dc-objc-common.h105 #define LANG_HOOKS_TYPE_FOR_SIZE c_common_type_for_size
H A Dc-common.h655 extern tree c_common_type_for_size (unsigned int, int);
H A Dc-typeck.c763 t1 = c_common_type_for_size (TYPE_PRECISION (t1), 1);
765 t2 = c_common_type_for_size (TYPE_PRECISION (t2), 1);
832 t1 = c_common_type_for_size (TYPE_PRECISION (t1), TYPE_UNSIGNED (t1));
834 t2 = c_common_type_for_size (TYPE_PRECISION (t2), TYPE_UNSIGNED (t2));
1656 type = c_common_type_for_size (MAX (TYPE_PRECISION (type),
3799 value = convert (c_common_type_for_size (POINTER_SIZE, 1), value);
H A Dc-common.c1696 c_common_type_for_size (unsigned int bits, int unsignedp)
2525 intop = convert (c_common_type_for_size (TYPE_PRECISION (sizetype),
3330 /* These are types that c_common_type_for_size and
3506 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0);
1690 c_common_type_for_size (unsigned int bits, int unsignedp) function
H A Dc-decl.c6437 tem = c_common_type_for_size (precision, unsign);
6588 type = c_common_type_for_size (MAX (TYPE_PRECISION (type),
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-objcp-common.h139 #define LANG_HOOKS_TYPE_FOR_SIZE c_common_type_for_size
H A Dcvt.c274 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 0), expr);
1242 tree totype = c_common_type_for_size (precision, 0);
1245 type = c_common_type_for_size (precision, 1);
H A Dtypeck.c5441 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 1), expr);

Completed in 157 milliseconds