Home
last modified time | relevance | path

Searched refs:shorten_compare (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/
HDc-common.h682 extern tree shorten_compare (tree *, tree *, tree *, enum tree_code *);
HDc-common.c2107 shorten_compare (tree *op0_ptr, tree *op1_ptr, tree *restype_ptr, in shorten_compare() function
HDc-typeck.c8798 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op()
HDChangeLog-20041832 * c-common.c (shorten_compare): Don't special-case min/maxval
16928 * c-common.c (start_fname_decls, fix_string_type, shorten_compare,
19037 shorten_compare): Likewise.
19127 * c-common.c (shorten_compare, pointer_int_sum,
19189 * c-common.c (shorten_compare): Use force_fit_type directly.
24082 * c-common.c (shorten_compare): Don't mark result of conversion to
HDChangeLog-200224360 * c-common.c (shorten_compare): Simplfy conditions leading to
26643 unsigned_type, signed_type, shorten_compare,
26948 (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
HDFSFChangeLog.113772 (shorten_compare, truthvalue_conversion): Likewise.
HDChangeLog-199919304 * c-common.c (shorten_compare): Get the min/max value from the
HDChangeLog-200013951 * c-common.c (shorten_compare): Quiet warnings about unsigned
HDChangeLog-200312554 * c-common.c (shorten_compare): Take into account differences
HDChangeLog-20051128 (shorten_compare): Convert DFP/BFP operands to a common type.
/NextBSD/contrib/gcc/cp/
HDtypeck.c3727 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op()