Searched refs:cond_type (Results 1 – 2 of 2) sorted by relevance
5988 tree cond_type = cond_first_p ? TREE_TYPE (op0) : TREE_TYPE (op1); in fold_binary_op_with_conditional_arg() local6024 true_value = fold_convert (cond_type, true_value); in fold_binary_op_with_conditional_arg()6032 false_value = fold_convert (cond_type, false_value); in fold_binary_op_with_conditional_arg()
1677 * include/ext/typelist.h (cond_type): Remove, use __conditional_type.