Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.h671 extern tree shorten_compare (tree *, tree *, tree *, enum tree_code *);
Dc-common.c2027 shorten_compare (tree *op0_ptr, tree *op1_ptr, tree *restype_ptr, in shorten_compare() function
Dc-typeck.c8366 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h923 extern tree shorten_compare PARAMS ((tree *, tree *, tree *, enum tree_code *));
Dc-common.c2307 shorten_compare (op0_ptr, op1_ptr, restype_ptr, rescode_ptr) in shorten_compare() function
Dc-typeck.c2432 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode);
DChangeLog.79913 * c-common.c (shorten_compare): Simplfy conditions leading to
12196 unsigned_type, signed_type, shorten_compare,
12501 (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
DChangeLog.413945 * c-common.c (shorten_compare): Quiet warnings about unsigned
DFSFChangeLog.113772 (shorten_compare, truthvalue_conversion): Likewise.
DChangeLog.14836 * c-common.c (shorten_compare): Get the min/max value from the
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c3532 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode);
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c3600 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op()