Home
last modified time | relevance | path

Searched refs:fold_not_const (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfold-const.c141 static tree fold_not_const (tree, tree);
7831 return fold_not_const (arg0, type); in fold_unary()
13073 fold_not_const (tree arg0, tree type) in fold_not_const() function
DChangeLog-200414482 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.