Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h190 extern tree make_range_step (location_t, enum tree_code, tree, tree, tree,
H A Dtree-ssa-reassoc.c2555 nexp = make_range_step (loc, code, arg0, arg1, exp_type, in init_range_entry()
H A Dfold-const.c4935 make_range_step (location_t loc, enum tree_code code, tree arg0, tree arg1, in make_range_step() function
5268 nexp = make_range_step (loc, code, arg0, arg1, exp_type, &low, in make_range()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h211 extern tree make_range_step (location_t, enum tree_code, tree, tree, tree,
H A Dtree-ssa-reassoc.cc2646 nexp = make_range_step (loc, code, arg0, arg1, exp_type, in init_range_entry()
H A Dfold-const.cc5018 make_range_step (location_t loc, enum tree_code code, tree arg0, tree arg1, in make_range_step() function
5351 nexp = make_range_step (loc, code, arg0, arg1, exp_type, &low, in make_range()
H A DChangeLog7333 * fold-const.cc (make_range_step): Fix up handling of
H A DChangeLog-201110192 (make_range_step): New function.
10194 * tree.h (make_range_step): New prototypes.
H A DChangeLog-20138272 (make_range_step): Moved to fold-const.h.
38689 * fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if the
H A DChangeLog-20123625 * fold-const.c (make_range_step) <case NEGATE_EXPR>: For -fwrapv
H A DChangeLog-201439866 (make_range_step): Likewise.