Searched refs:common_type (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dchrono.h73 // 20.11.4.3 specialization of common_type (for duration, sfinae-friendly)
101 /// Specialization of common_type for chrono::duration types.
103 struct common_type<chrono::duration<_Rep1, _Period1>, struct in inherits:__duration_common_type
105 : __duration_common_type<common_type<_Rep1, _Rep2>,
110 /// Specialization of common_type for two identical chrono::duration types.
112 struct common_type<chrono::duration<_Rep, _Period>, struct
115 using type = chrono::duration<typename common_type<_Rep>::type,
119 /// Specialization of common_type for one chrono::duration type.
121 struct common_type<chrono::duration<_Rep, _Period>> struct
123 using type = chrono::duration<typename common_type<_Re
149 struct common_type<chrono::time_point<_Clock, _Duration1>, struct in inherits:__timepoint_common_type
156 struct common_type<chrono::time_point<_Clock, _Duration>, struct
162 struct common_type<chrono::time_point<_Clock, _Duration>> struct
[all...]
H A Duniform_int_dist.h282 typedef typename common_type<_Gresult_type, __utype>::type __uctype;
377 typedef typename common_type<_Gresult_type, __utype>::type __uctype;
H A Dunique_ptr.h876 std::common_type<typename unique_ptr<_Tp, _Dp>::pointer,
H A Dshared_ptr.h610 using _Vp = typename common_type<_Tp_elt*, _Up_elt*>::type;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dada-tasks.c473 struct type *common_type; local
531 common_type = common_atcb_sym->type;
544 fieldnos.state = ada_get_field_index (common_type, "state", 0);
545 fieldnos.parent = ada_get_field_index (common_type, "parent", 1);
546 fieldnos.priority = ada_get_field_index (common_type, "base_priority", 0);
547 fieldnos.image = ada_get_field_index (common_type, "task_image", 1);
548 fieldnos.image_len = ada_get_field_index (common_type, "task_image_len", 1);
549 fieldnos.activation_link = ada_get_field_index (common_type,
551 fieldnos.call = ada_get_field_index (common_type, "call", 1);
552 fieldnos.ll = ada_get_field_index (common_type, "l
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dada-tasks.c506 struct type *common_type; local
564 common_type = common_atcb_sym->type ();
577 fieldnos.state = ada_get_field_index (common_type, "state", 0);
578 fieldnos.parent = ada_get_field_index (common_type, "parent", 1);
579 fieldnos.priority = ada_get_field_index (common_type, "base_priority", 0);
580 fieldnos.image = ada_get_field_index (common_type, "task_image", 1);
581 fieldnos.image_len = ada_get_field_index (common_type, "task_image_len", 1);
582 fieldnos.activation_link = ada_get_field_index (common_type,
584 fieldnos.call = ada_get_field_index (common_type, "call", 1);
585 fieldnos.ll = ada_get_field_index (common_type, "l
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-cxx11.cc53 static_assert(std::is_same<std::common_type<T>::type, Res>::value, "sorry")
55 static_assert(std::is_same<std::common_type<T, U>::type, Res>::value, "sorry")
100 /* These require a common_type specialization */
113 /* common_type now decays */
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h248 typedef typename std::common_type<_Gresult_type, __utype>::type
317 typedef typename std::common_type<_Gresult_type, __utype>::type
H A Dunique_ptr.h799 std::common_type<typename unique_ptr<_Tp, _Dp>::pointer,
H A Dshared_ptr.h491 using _Vp = typename common_type<_Tp_elt*, _Up_elt*>::type;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c463 tree *common_type)
477 TYPE_SIGN (*common_type));
485 if (TYPE_PRECISION (*common_type) < precision)
486 *common_type = build_nonstandard_integer_type
487 (precision, TYPE_UNSIGNED (*common_type));
495 vect_joust_widened_type (tree type, tree new_type, tree *common_type) argument
497 if (types_compatible_p (*common_type, new_type))
501 if ((TYPE_PRECISION (new_type) < TYPE_PRECISION (*common_type))
502 && (TYPE_UNSIGNED (new_type) || !TYPE_UNSIGNED (*common_type)))
506 if (TYPE_PRECISION (*common_type) < TYPE_PRECISIO
462 vect_joust_widened_integer(tree type, bool shift_p, tree op, tree *common_type) argument
541 vect_widened_op_tree(stmt_vec_info stmt_info, tree_code code, tree_code widened_code, bool shift_p, unsigned int max_nops, vect_unpromoted_value *unprom, tree *common_type) argument
[all...]
H A Dtree-ssa-loop-ivopts.c3966 tree common_type, uutype, var, cstep_common; local
4031 common_type = determine_common_wider_type (&ubase, &cbase);
4034 tree_to_aff_combination (ubase, common_type, aff_inv);
4035 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4043 if (common_type != uutype)
4044 cstep_common = fold_convert (common_type, cstep);
4048 tree_to_aff_combination (cstep_common, common_type, &cstep_aff);
4054 if (common_type != uutype)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-patterns.cc470 tree *common_type)
484 TYPE_SIGN (*common_type));
492 if (TYPE_PRECISION (*common_type) < precision)
493 *common_type = build_nonstandard_integer_type
494 (precision, TYPE_UNSIGNED (*common_type));
502 vect_joust_widened_type (tree type, tree new_type, tree *common_type) argument
504 if (types_compatible_p (*common_type, new_type))
508 if ((TYPE_PRECISION (new_type) < TYPE_PRECISION (*common_type))
509 && (TYPE_UNSIGNED (new_type) || !TYPE_UNSIGNED (*common_type)))
513 if (TYPE_PRECISION (*common_type) < TYPE_PRECISIO
469 vect_joust_widened_integer(tree type, bool shift_p, tree op, tree *common_type) argument
553 vect_widened_op_tree(vec_info *vinfo, stmt_vec_info stmt_info, tree_code code, tree_code widened_code, bool shift_p, unsigned int max_nops, vect_unpromoted_value *unprom, tree *common_type, enum optab_subtype *subtype = NULL) argument
[all...]
H A Dtree-ssa-loop-ivopts.cc3997 tree common_type, uutype, var, cstep_common; local
4062 common_type = determine_common_wider_type (&ubase, &cbase);
4065 tree_to_aff_combination (ubase, common_type, aff_inv);
4066 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4074 if (common_type != uutype)
4075 cstep_common = fold_convert (common_type, cstep);
4079 tree_to_aff_combination (cstep_common, common_type, &cstep_aff);
4085 if (common_type != uutype)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_tbb.h444 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
487 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
626 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_tbb.h716 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
1093 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
1216 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
1257 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h371 typename std::common_type<
377 typename std::common_type<
597 ZipType, typename std::common_type<std::bidirectional_iterator_tag,
764 typename std::common_type<
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_string_view.h436 using __idt = typename std::common_type<_Tp>::type;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_string_view.h436 using __idt = typename std::common_type<_Tp>::type;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dunique_ptr.h583 typedef typename common_type<_P1, _P2>::type _Vp;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h999 extern tree common_type (tree, tree);
H A Dc-common.c1176 need to replace it so common_type will still work. */
1262 (unsigned0, common_type (TREE_TYPE (arg0), TREE_TYPE (arg1)));
2989 type = common_type (TREE_TYPE (primop0), TREE_TYPE (primop1));
3018 type = common_type (TREE_TYPE (primop0), TREE_TYPE (primop1));
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmpxx.h67 #include <type_traits> // for common_type
1417 struct common_type <__gmp_expr<T, U>, __gmp_expr<V, W> > struct in namespace:std
1426 struct common_type <__gmp_expr<T, U> > struct in namespace:std
1433 struct common_type <__gmp_expr<T, U>, typ > \
1439 struct common_type <typ, __gmp_expr<T, U> > \
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1025 extern tree common_type (tree, tree);
H A Dc-common.cc1342 need to replace it so common_type will still work. */
1428 (unsigned0, common_type (TREE_TYPE (arg0), TREE_TYPE (arg1)));
3183 type = common_type (TREE_TYPE (primop0), TREE_TYPE (primop1));
3212 type = common_type (TREE_TYPE (primop0), TREE_TYPE (primop1));

Completed in 599 milliseconds

12