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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
standard_policies.hpp 94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
standard_policies.hpp 94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
standard_policies.hpp 94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
standard_policies.hpp 94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 9531 bool same_type = (c->ts.type == BT_DERIVED && der_type == c->ts.u.derived) local
9724 && !same_type
9749 if (attr->allocatable && !same_type
9753 same_type as the current one, because those would create an
10053 && !same_type)
10175 if (cmp_has_alloc_comps && !c->attr.proc_pointer && !same_type)
10219 && !c->attr.proc_pointer && !same_type
trans-array.cc 9531 bool same_type = (c->ts.type == BT_DERIVED && der_type == c->ts.u.derived) local
9724 && !same_type
9749 if (attr->allocatable && !same_type
9753 same_type as the current one, because those would create an
10053 && !same_type)
10175 if (cmp_has_alloc_comps && !c->attr.proc_pointer && !same_type)
10219 && !c->attr.proc_pointer && !same_type
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 9152 bool same_type = (c->ts.type == BT_DERIVED && der_type == c->ts.u.derived) local
9344 && !same_type
9368 if (attr->allocatable && !same_type
9372 same_type as the current one, because those would create an
9676 && !same_type)
9798 if (cmp_has_alloc_comps && !c->attr.proc_pointer && !same_type)
9840 && !c->attr.proc_pointer && !same_type
trans-array.cc 9152 bool same_type = (c->ts.type == BT_DERIVED && der_type == c->ts.u.derived) local
9344 && !same_type
9368 if (attr->allocatable && !same_type
9372 same_type as the current one, because those would create an
9676 && !same_type)
9798 if (cmp_has_alloc_comps && !c->attr.proc_pointer && !same_type)
9840 && !c->attr.proc_pointer && !same_type

Completed in 103 milliseconds