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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_stack.h 93 * Members not found in @a normal containers are @c container_type,
144 typedef _Sequence container_type; typedef in class:stack
stl_queue.h 91 * Members not found in @a normal containers are @c container_type,
142 typedef _Sequence container_type; typedef in class:queue
480 * Members not found in @a normal containers are @c container_type,
530 typedef _Sequence container_type; typedef in class:priority_queue
stl_iterator.h 697 typedef _Container container_type; typedef in class:back_insert_iterator
709 * container_type::const_reference is; presumably a
798 typedef _Container container_type; typedef in class:front_insert_iterator
810 * container_type::const_reference is; presumably a
909 typedef _Container container_type; typedef in class:insert_iterator
925 * container_type::const_reference is; presumably a
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_stack.h 93 * Members not found in @a normal containers are @c container_type,
144 typedef _Sequence container_type; typedef in class:stack
stl_queue.h 91 * Members not found in @a normal containers are @c container_type,
142 typedef _Sequence container_type; typedef in class:queue
482 * Members not found in @a normal containers are @c container_type,
532 typedef _Sequence container_type; typedef in class:priority_queue
stl_iterator.h 702 typedef _Container container_type; typedef in class:back_insert_iterator
714 * container_type::const_reference is; presumably a
803 typedef _Container container_type; typedef in class:front_insert_iterator
815 * container_type::const_reference is; presumably a
914 typedef _Container container_type; typedef in class:insert_iterator
930 * container_type::const_reference is; presumably a
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
tag_and_trait.hpp 421 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
tag_and_trait.hpp 421 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 234 using container_type = std::vector<field>; member in struct:amd_dbgapi_register_type
235 using const_iterator_type = container_type::const_iterator;
255 container_type::size_type size () const
258 const field &operator[] (container_type::size_type pos) const
279 container_type m_fields;
294 using container_type = std::vector<enumerator>; member in struct:amd_dbgapi_register_type
295 using const_iterator_type = container_type::const_iterator;
311 container_type::size_type size () const
314 const enumerator &operator[] (container_type::size_type pos) const
335 container_type m_enumerators
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 236 using container_type = std::vector<field>; member in struct:amd_dbgapi_register_type
237 using const_iterator_type = container_type::const_iterator;
257 container_type::size_type size () const
260 const field &operator[] (container_type::size_type pos) const
281 container_type m_fields;
296 using container_type = std::vector<enumerator>; member in struct:amd_dbgapi_register_type
297 using const_iterator_type = container_type::const_iterator;
313 container_type::size_type size () const
316 const enumerator &operator[] (container_type::size_type pos) const
337 container_type m_enumerators
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 2660 tree container_type = TREE_TYPE (container); local
2661 tree vectype = get_vectype_for_scalar_type (vinfo, container_type);
2669 unsigned HOST_WIDE_INT prec = tree_to_uhwi (TYPE_SIZE (container_type));
2684 tree type = load_widen ? ret_type : container_type;
2690 container_type = TREE_TYPE (container);
2691 prec = tree_to_uhwi (TYPE_SIZE (container_type));
2692 vectype = get_vectype_for_scalar_type (vinfo, container_type);
2722 = gimple_build_assign (vect_recog_temp_ssa_var (container_type),
2729 tree mask = wide_int_to_tree (container_type,
2733 = gimple_build_assign (vect_recog_temp_ssa_var (container_type),
2855 tree container_type = TREE_TYPE (container); local
    [all...]

Completed in 145 milliseconds