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

/freebsd-12-stable/contrib/gcc/
H A Dc-common.c2116 shorten_compare (tree *op0_ptr, tree *op1_ptr, tree *restype_ptr,
2136 if (op0 == primop0 && TREE_TYPE (op0) != *restype_ptr)
2138 if (op1 == primop1 && TREE_TYPE (op1) != *restype_ptr)
2206 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr))
2211 int unsignedp = TYPE_UNSIGNED (*restype_ptr);
2221 *restype_ptr = c_common_signed_type (*restype_ptr);
2223 if (TREE_TYPE (primop1) != *restype_ptr)
2227 tree tmp = build_int_cst_wide (*restype_ptr,
2234 if (type != *restype_ptr)
2107 shorten_compare(tree *op0_ptr, tree *op1_ptr, tree *restype_ptr, enum tree_code *rescode_ptr) argument
[all...]

Completed in 108 milliseconds