Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type; typedef
98 typedef typename cond_type::__type size_policy_type;
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type; typedef
129 typedef typename cond_type::__type type;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type; typedef
98 typedef typename cond_type::__type size_policy_type;
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type; typedef
129 typedef typename cond_type::__type type;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c95 cond_type; typedef
105 static cond_type is_cond_candidate (rtx);
2277 static cond_type
2351 cond_type num; in emit_new_cond_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc95 cond_type; typedef
105 static cond_type is_cond_candidate (rtx);
2277 static cond_type
2351 cond_type num; in emit_new_cond_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c948 tree cond_type = TREE_TYPE (TREE_TYPE (a)); in expand_vector_condition() local
949 tree comp_inner_type = cond_type; in expand_vector_condition()
1033 aa = fold_build2 (TREE_CODE (a), cond_type, aa1, aa2); in expand_vector_condition()
1044 aa = tree_vec_extract (gsi, cond_type, a, width, index); in expand_vector_condition()
H A Dfold-const.c7042 tree cond_type = cond_first_p ? TREE_TYPE (op0) : TREE_TYPE (op1); in fold_binary_op_with_conditional_arg() local
7097 true_value = fold_convert_loc (loc, cond_type, true_value); in fold_binary_op_with_conditional_arg()
7105 false_value = fold_convert_loc (loc, cond_type, false_value); in fold_binary_op_with_conditional_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc1052 tree cond_type = TREE_TYPE (TREE_TYPE (a)); in expand_vector_condition() local
1053 tree comp_inner_type = cond_type; in expand_vector_condition()
1161 aa = build2 (code, cond_type, aa1, aa2); in expand_vector_condition()
1172 aa = tree_vec_extract (gsi, cond_type, a, comp_width, comp_index); in expand_vector_condition()
H A Dfold-const.cc7135 tree cond_type = cond_first_p ? TREE_TYPE (op0) : TREE_TYPE (op1); in fold_binary_op_with_conditional_arg() local
7190 true_value = fold_convert_loc (loc, cond_type, true_value); in fold_binary_op_with_conditional_arg()
7198 false_value = fold_convert_loc (loc, cond_type, false_value); in fold_binary_op_with_conditional_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc2806 tree cond_type = TREE_TYPE (cond); in flatten_await_stmt() local
2807 tree cond_var = build_lang_decl (VAR_DECL, NULL_TREE, cond_type); in flatten_await_stmt()
2810 gcc_checking_assert (!TYPE_NEEDS_CONSTRUCTING (cond_type)); in flatten_await_stmt()
2811 cond = build2 (INIT_EXPR, cond_type, cond_var, cond); in flatten_await_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2950 tree cond_type = TREE_TYPE (cond); in flatten_await_stmt() local
2951 tree cond_var = build_lang_decl (VAR_DECL, NULL_TREE, cond_type); in flatten_await_stmt()
2954 gcc_checking_assert (!TYPE_NEEDS_CONSTRUCTING (cond_type)); in flatten_await_stmt()
2955 cond = build2 (INIT_EXPR, cond_type, cond_var, cond); in flatten_await_stmt()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20062000 * include/ext/typelist.h (cond_type): Remove, use __conditional_type.