Searched refs:fold_truthop (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c126 static tree fold_truthop (enum tree_code, tree, tree, tree);
3655 /* Subroutine for fold_truthop: decode a field reference.
3827 /* Subroutine for fold_truthop: determine if an operand is simple enough
4985 /* Subroutine for fold_truthop: C is an INTEGER_CST interpreted as a P
5053 fold_truthop (enum tree_code code, tree truth_type, tree lhs, tree rhs)
10494 && 0 != (tem = fold_truthop (code, type,
10498 if ((tem = fold_truthop (code, type, arg0, arg1)) != 0)
5022 fold_truthop (enum tree_code code, tree truth_type, tree lhs, tree rhs) function

Completed in 154 milliseconds