HomeSort by: relevance | last modified time | path
    Searched defs:common_type (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_pair.h 1331 struct common_type<pair<_T1, _T2>, pair<_U1, _U2>> struct
chrono.h 75 // 20.11.4.3 specialization of common_type (for duration, sfinae-friendly)
103 /// Specialization of common_type for chrono::duration types.
105 struct common_type<chrono::duration<_Rep1, _Period1>, struct in inherits:__duration_common_type
107 : __duration_common_type<common_type<_Rep1, _Rep2>,
112 /// Specialization of common_type for two identical chrono::duration types.
114 struct common_type<chrono::duration<_Rep, _Period>, struct
117 using type = chrono::duration<typename common_type<_Rep>::type,
121 /// Specialization of common_type for one chrono::duration type.
123 struct common_type<chrono::duration<_Rep, _Period>> struct
125 using type = chrono::duration<typename common_type<_Rep>::type
151 struct common_type<chrono::time_point<_Clock, _Duration1>, struct in inherits:__timepoint_common_type
158 struct common_type<chrono::time_point<_Clock, _Duration>, struct
164 struct common_type<chrono::time_point<_Clock, _Duration>> struct
    [all...]
stl_iterator.h 2935 struct common_type<basic_const_iterator<_Tp>, _Up> struct
2940 struct common_type<_Up, basic_const_iterator<_Tp>> struct
2945 struct common_type<basic_const_iterator<_Tp>, basic_const_iterator<_Up>> struct
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h 73 // 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<_Rep>::type
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...]
  /src/external/gpl3/gdb/dist/gdb/
ada-tasks.c 506 struct type *common_type; local
565 common_type = common_atcb_sym->type ();
578 fieldnos.state = ada_get_field_index (common_type, "state", 0);
579 fieldnos.parent = ada_get_field_index (common_type, "parent", 1);
580 fieldnos.priority = ada_get_field_index (common_type, "base_priority", 0);
581 fieldnos.image = ada_get_field_index (common_type, "task_image", 1);
582 fieldnos.image_len = ada_get_field_index (common_type, "task_image_len", 1);
583 fieldnos.activation_link = ada_get_field_index (common_type,
585 fieldnos.call = ada_get_field_index (common_type, "call", 1);
586 fieldnos.ll = ada_get_field_index (common_type, "ll", 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-tasks.c 506 struct type *common_type; local
565 common_type = common_atcb_sym->type ();
578 fieldnos.state = ada_get_field_index (common_type, "state", 0);
579 fieldnos.parent = ada_get_field_index (common_type, "parent", 1);
580 fieldnos.priority = ada_get_field_index (common_type, "base_priority", 0);
581 fieldnos.image = ada_get_field_index (common_type, "task_image", 1);
582 fieldnos.image_len = ada_get_field_index (common_type, "task_image_len", 1);
583 fieldnos.activation_link = ada_get_field_index (common_type,
585 fieldnos.call = ada_get_field_index (common_type, "call", 1);
586 fieldnos.ll = ada_get_field_index (common_type, "ll", 0)
    [all...]
  /src/external/lgpl3/gmp/dist/
gmpxx.h 67 #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> > \
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 1111 common_type (tree t1, tree t2)
1110 common_type (tree t1, tree t2) function
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 4039 tree common_type, uutype, var, cstep_common; local
4104 common_type = determine_common_wider_type (&ubase, &cbase);
4107 tree_to_aff_combination (ubase, common_type, aff_inv);
4108 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4116 if (common_type != uutype)
4117 cstep_common = fold_convert (common_type, cstep);
4121 tree_to_aff_combination (cstep_common, common_type, &cstep_aff);
4127 if (common_type != uutype)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 961 common_type (tree t1, tree t2)
960 common_type (tree t1, tree t2) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 3998 tree common_type, uutype, var, cstep_common; local
4063 common_type = determine_common_wider_type (&ubase, &cbase);
4066 tree_to_aff_combination (ubase, common_type, aff_inv);
4067 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4075 if (common_type != uutype)
4076 cstep_common = fold_convert (common_type, cstep);
4080 tree_to_aff_combination (cstep_common, common_type, &cstep_aff);
4086 if (common_type != uutype)
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 1364 common_type (tree t1, tree t2)
4450 tree common_type;
4458 common_type = common_pointer_type (TREE_TYPE (op0), TREE_TYPE (op1));
4459 op0 = convert (common_type, op0);
4460 op1 = convert (common_type, op1);
1359 common_type (tree t1, tree t2) function
4435 tree common_type; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 1021 common_type (tree t1, tree t2)
4006 tree common_type;
4014 common_type = common_pointer_type (TREE_TYPE (op0), TREE_TYPE (op1));
4015 op0 = convert (common_type, op0);
4016 op1 = convert (common_type, op1);
1018 common_type (tree t1, tree t2) function
3993 tree common_type; local

Completed in 91 milliseconds