Home
last modified time | relevance | path

Searched refs:fold_truth_not_expr (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDfold-const.c3205 fold_truth_not_expr (tree arg) in fold_truth_not_expr() function
3341 tem = fold_truth_not_expr (arg); in invert_truthvalue()
7870 tem = fold_truth_not_expr (arg0); in fold_unary()
11543 tem = fold_truth_not_expr (arg0); in fold_ternary()
11560 tem = fold_truth_not_expr (arg0); in fold_ternary()
11701 tem = fold_truth_not_expr (arg0); in fold_ternary()
11714 tem = fold_truth_not_expr (arg0); in fold_ternary()
HDtree.h4367 extern tree fold_truth_not_expr (tree);
HDChangeLog-20064330 * fold-const.c (fold_truth_not_expr): Rename from
4334 fold_truth_not_expr.
4336 (fold_unary): Use fold_truth_not_expr for folding
4339 fold_truth_not_expr where applicable.
4340 * tree.h (fold_truth_not_expr): Prototype.