Home
last modified time | relevance | path

Searched refs:cond_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfold-const.c5988 tree cond_type = cond_first_p ? TREE_TYPE (op0) : TREE_TYPE (op1); in fold_binary_op_with_conditional_arg() local
6024 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()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20061677 * include/ext/typelist.h (cond_type): Remove, use __conditional_type.