| /src/external/gpl3/gdb/dist/gdb/ |
| cp-namespace.c | 40 cp_lookup_nested_symbol_1 (struct type *container_type, 822 /* Helper function to look up NESTED_NAME in CONTAINER_TYPE and in DOMAIN 825 CONTAINER_TYPE needn't have been "check_typedef'd" yet. 835 cp_lookup_nested_symbol_1 (struct type *container_type, 882 container_type = check_typedef (container_type); 883 if (TYPE_N_BASECLASSES (container_type) > 0) 885 sym = find_symbol_in_baseclass (container_type, nested_name, block,
|
| 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...] |
| gnu-v3-abi.c | 261 /* Find the vtable for a value of CONTAINER_TYPE located at 267 struct type *container_type, CORE_ADDR container_addr) 274 container_type = check_typedef (container_type); 275 gdb_assert (container_type->code () == TYPE_CODE_STRUCT); 279 if (!gnuv3_dynamic_class (container_type))
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| cp-namespace.c | 40 cp_lookup_nested_symbol_1 (struct type *container_type, 863 /* Helper function to look up NESTED_NAME in CONTAINER_TYPE and in DOMAIN 866 CONTAINER_TYPE needn't have been "check_typedef'd" yet. 876 cp_lookup_nested_symbol_1 (struct type *container_type, 923 container_type = check_typedef (container_type); 924 if (TYPE_N_BASECLASSES (container_type) > 0) 926 sym = find_symbol_in_baseclass (container_type, nested_name, block,
|
| 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...] |
| gnu-v3-abi.c | 260 /* Find the vtable for a value of CONTAINER_TYPE located at 266 struct type *container_type, CORE_ADDR container_addr) 273 container_type = check_typedef (container_type); 274 gdb_assert (container_type->code () == TYPE_CODE_STRUCT); 278 if (!gnuv3_dynamic_class (container_type))
|
| /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/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/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...] |
| /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/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
|