Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfold-const.c102 static int truth_value_p (enum tree_code);
2592 truth_value_p (enum tree_code code) in truth_value_p() function
8561 && ((truth_value_p (TREE_CODE (arg0)) in fold_binary()
8562 && (truth_value_p (TREE_CODE (arg1)) in fold_binary()
8565 || (truth_value_p (TREE_CODE (arg1)) in fold_binary()
8566 && (truth_value_p (TREE_CODE (arg0)) in fold_binary()
11554 if (truth_value_p (TREE_CODE (arg0)) in fold_ternary()
11579 && truth_value_p (TREE_CODE (arg0))) in fold_ternary()
11689 && truth_value_p (TREE_CODE (arg0)) in fold_ternary()
11690 && truth_value_p (TREE_CODE (arg1))) in fold_ternary()
[all …]
HDChangeLog435 return true when truth_value_p is true and the type
HDChangeLog-20057362 * fold-const.c (fold_ternary): Check truth_value_p before