Searched refs:fold_not_const (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 136 static tree fold_not_const (const_tree, tree); 1798 return fold_not_const (arg0, type); in const_unop() 14849 fold_not_const (const_tree arg0, tree type) in fold_not_const() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 148 static tree fold_not_const (const_tree, tree); 1803 return fold_not_const (arg0, type); in const_unop() 15804 fold_not_const (const_tree arg0, tree type) in fold_not_const() function
|
H A D | ChangeLog-2004 | 14482 fold_abs_const, fold_not_const, fold_relational_const, round_up, 16954 fold_negate_const, fold_abs_const, fold_not_const, round_up, 19063 fold_negate_const, fold_abs_const, fold_not_const): Likewise. 20377 fold_negate_const, fold_abs_const, fold_not_const): Adjust. 30743 * fold-const.c (fold_not_const): New function. 30745 (fold) <BIT_NOT_EXPR>: Call fold_not_const.
|
H A D | ChangeLog-2007 | 32641 fold_abs_const, fold_not_const): Remove the final argument from 33040 fold_negate_const, fold_abs_const, fold_not_const): Likewise. 33262 (fold_not_const): Likewise.
|
H A D | ChangeLog-2010 | 24357 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
|
H A D | ChangeLog-2017 | 12387 (fold_not_const, round_up_loc): Likewise.
|