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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c126 static tree fold_truthop (enum tree_code, tree, tree, tree);
3657 /* Subroutine for fold_truthop: decode a field reference.
3829 /* Subroutine for fold_truthop: determine if an operand is simple enough
4987 /* Subroutine for fold_truthop: C is an INTEGER_CST interpreted as a P
5055 fold_truthop (enum tree_code code, tree truth_type, tree lhs, tree rhs)
10496 && 0 != (tem = fold_truthop (code, type,
10500 if ((tem = fold_truthop (code, type, arg0, arg1)) != 0)
5024 fold_truthop (enum tree_code code, tree truth_type, tree lhs, tree rhs) function

Completed in 143 milliseconds