| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | standard_policies.hpp | 97 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 D | standard_policies.hpp | 97 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 D | mcore.c | 95 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 D | mcore.cc | 95 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 D | tree-vect-generic.c | 948 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 D | fold-const.c | 7042 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 D | tree-vect-generic.cc | 1052 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 D | fold-const.cc | 7135 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 D | coroutines.cc | 2806 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 D | coroutines.cc | 2950 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 D | ChangeLog-2006 | 2000 * include/ext/typelist.h (cond_type): Remove, use __conditional_type.
|