Searched refs:truth_type (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | fold-const.c | 2513 enum tree_code rcode, tree truth_type, in combine_comparisons() argument 2586 truth_type, ll_arg, lr_arg); in combine_comparisons() 5067 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truthop() 5074 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truthop() 5097 truth_type, ll_arg, lr_arg); in fold_truthop() 5106 truth_type, ll_arg, lr_arg); in fold_truthop() 5131 return build2 (NE_EXPR, truth_type, in fold_truthop() 5141 return build2 (EQ_EXPR, truth_type, in fold_truthop() 5149 return build2 (code, truth_type, lhs, rhs); in fold_truthop() 5414 return constant_boolean_node (true, truth_type); in fold_truthop() [all …]
|