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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c102 static int truth_value_p (enum tree_code);
2605 truth_value_p (enum tree_code code)
8594 && ((truth_value_p (TREE_CODE (arg0))
8595 && (truth_value_p (TREE_CODE (arg1))
8598 || (truth_value_p (TREE_CODE (arg1))
8599 && (truth_value_p (TREE_CODE (arg0))
11587 if (truth_value_p (TREE_CODE (arg0))
11612 && truth_value_p (TREE_CODE (arg0)))
11722 && truth_value_p (TREE_CODE (arg0))
11723 && truth_value_p (TREE_COD
2590 truth_value_p (enum tree_code code) function
[all...]

Completed in 67 milliseconds