HomeSort by: relevance | last modified time | path
    Searched defs:index_type (Results 1 - 25 of 134) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 165 tree index_type = (TYPE_DOMAIN (type) local
170 && index_type == TYPE_DOMAIN (type))
175 && index_type == TYPE_DOMAIN (canonical))
178 result = build_array_type (element_type, index_type,
c-objc-common.cc 165 tree index_type = (TYPE_DOMAIN (type) local
170 && index_type == TYPE_DOMAIN (type))
175 && index_type == TYPE_DOMAIN (canonical))
178 result = build_array_type (element_type, index_type,
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-shared-support.cc 84 tree index_type = build_index_type (build_int_cst (NULL_TREE, size - 1)); local
85 return build_array_type (base_type, index_type);
objc-runtime-shared-support.cc 84 tree index_type = build_index_type (build_int_cst (NULL_TREE, size - 1)); local
85 return build_array_type (base_type, index_type);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 128 tree index_type = (TYPE_DOMAIN (type) local
133 && index_type == TYPE_DOMAIN (type))
138 && index_type == TYPE_DOMAIN (canonical))
141 result = build_array_type (element_type, index_type,
c-objc-common.cc 128 tree index_type = (TYPE_DOMAIN (type) local
133 && index_type == TYPE_DOMAIN (type))
138 && index_type == TYPE_DOMAIN (canonical))
141 result = build_array_type (element_type, index_type,
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-shared-support.cc 84 tree index_type = build_index_type (build_int_cst (NULL_TREE, size - 1)); local
85 return build_array_type (base_type, index_type);
objc-runtime-shared-support.cc 84 tree index_type = build_index_type (build_int_cst (NULL_TREE, size - 1)); local
85 return build_array_type (base_type, index_type);
  /src/external/gpl3/gcc.old/dist/include/
btf.h 145 uint32_t index_type; /* Type of array index. */ member in struct:btf_array
btf.h 145 uint32_t index_type; /* Type of array index. */ member in struct:btf_array
  /src/external/gpl3/gdb.old/dist/gdb/
ada-varobj.c 180 value_from_longest (parent_type->index_type (), elt_index);
238 && is_dynamic_type (parent_type->index_type ()))
592 struct type *index_type; local
597 index_type = parent_type->index_type ();
598 real_index = child_index + ada_discrete_type_low_bound (index_type);
601 *child_name = ada_varobj_scalar_image (index_type, real_index);
613 std::string index_img = ada_varobj_scalar_image (index_type, real_index);
635 while (index_type->code () == TYPE_CODE_RANGE)
636 index_type = index_type->target_type ()
    [all...]
ada-varobj.c 180 value_from_longest (parent_type->index_type (), elt_index);
238 && is_dynamic_type (parent_type->index_type ()))
592 struct type *index_type; local
597 index_type = parent_type->index_type ();
598 real_index = child_index + ada_discrete_type_low_bound (index_type);
601 *child_name = ada_varobj_scalar_image (index_type, real_index);
613 std::string index_img = ada_varobj_scalar_image (index_type, real_index);
635 while (index_type->code () == TYPE_CODE_RANGE)
636 index_type = index_type->target_type ()
    [all...]
ada-valprint.c 51 struct type *index_type;
67 index_type = type->index_type ();
69 while (index_type->code () == TYPE_CODE_RANGE)
76 index_type = index_type->target_type ();
80 switch (index_type->code ())
90 low_bound = index_type->field (low_bound).loc_enumval ();
93 index_type = NULL;
101 ada_print_scalar (index_type, low_bound, stream)
50 struct type *index_type; local
120 struct type *elttype, *index_type; local
    [all...]
f-valprint.c 102 struct type *index_type; member in struct:dimension_stats
150 void start_dimension (struct type *index_type, LONGEST nelts, bool inner_p)
158 m_stats[dim_indx].index_type = index_type;
181 of the element from the start of array being walked, INDEX_TYPE
224 maybe_print_array_index (m_stats[dim_indx].index_type,
239 maybe_print_array_index (m_stats[dim_indx].index_type, index,
309 maybe_print_array_index (m_stats[dim_indx].index_type,
329 maybe_print_array_index (m_stats[dim_indx].index_type, index,
356 struct type *range_type = check_typedef (type)->index_type ();
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-varobj.c 180 value_from_longest (parent_type->index_type (), elt_index);
238 && is_dynamic_type (parent_type->index_type ()))
590 struct type *index_type; local
595 index_type = parent_type->index_type ();
596 real_index = child_index + ada_discrete_type_low_bound (index_type);
599 *child_name = ada_varobj_scalar_image (index_type, real_index);
611 std::string index_img = ada_varobj_scalar_image (index_type, real_index);
633 while (index_type->code () == TYPE_CODE_RANGE)
634 index_type = index_type->target_type ()
    [all...]
ada-varobj.c 180 value_from_longest (parent_type->index_type (), elt_index);
238 && is_dynamic_type (parent_type->index_type ()))
590 struct type *index_type; local
595 index_type = parent_type->index_type ();
596 real_index = child_index + ada_discrete_type_low_bound (index_type);
599 *child_name = ada_varobj_scalar_image (index_type, real_index);
611 std::string index_img = ada_varobj_scalar_image (index_type, real_index);
633 while (index_type->code () == TYPE_CODE_RANGE)
634 index_type = index_type->target_type ()
    [all...]
ada-valprint.c 51 struct type *index_type;
67 index_type = type->index_type ();
69 while (index_type->code () == TYPE_CODE_RANGE)
76 index_type = index_type->target_type ();
80 switch (index_type->code ())
90 low_bound = index_type->field (low_bound).loc_enumval ();
93 index_type = NULL;
101 ada_print_scalar (index_type, low_bound, stream)
50 struct type *index_type; local
120 struct type *elttype, *index_type; local
    [all...]
f-valprint.c 102 struct type *index_type; member in struct:dimension_stats
150 void start_dimension (struct type *index_type, LONGEST nelts, bool inner_p)
158 m_stats[dim_indx].index_type = index_type;
181 of the element from the start of array being walked, INDEX_TYPE
224 maybe_print_array_index (m_stats[dim_indx].index_type,
239 maybe_print_array_index (m_stats[dim_indx].index_type, index,
309 maybe_print_array_index (m_stats[dim_indx].index_type,
329 maybe_print_array_index (m_stats[dim_indx].index_type, index,
356 struct type *range_type = check_typedef (type)->index_type ();
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-shapes.cc 180 tree index_type = group.ops_infos.args[1].get_tree_type ( variable
182 if (!index_type)
319 tree index_type = group.ops_infos.args[1].get_tree_type ( variable
321 if (!index_type)
1112 tree index_type = builtin_types[arg1_type_idx].vector; variable
1113 machine_mode index_mode = TYPE_MODE (index_type);
riscv-vector-builtins-shapes.cc 180 tree index_type = group.ops_infos.args[1].get_tree_type ( variable
182 if (!index_type)
319 tree index_type = group.ops_infos.args[1].get_tree_type ( variable
321 if (!index_type)
1112 tree index_type = builtin_types[arg1_type_idx].vector; variable
1113 machine_mode index_mode = TYPE_MODE (index_type);
  /src/external/gpl3/gcc/dist/gcc/
gimple-if-to-switch.cc 269 build_case_label (tree index_type, tree min, tree max, basic_block dest)
271 if (min != NULL_TREE && index_type != TREE_TYPE (min))
272 min = fold_convert (index_type, min);
273 if (max != NULL_TREE && index_type != TREE_TYPE (max))
274 max = fold_convert (index_type, max);
308 tree index_type = TREE_TYPE (first_cond->m_ranges[0].exp); local
322 labels.safe_push (build_case_label (index_type,
346 build_case_label (index_type, NULL_TREE,
  /src/external/gpl3/gcc/dist/include/
btf.h 149 uint32_t index_type; /* Type of array index. */ member in struct:btf_array
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
typelist.h 458 typedef detail::chain_at_index_<root_type, i> index_type; typedef in struct:typelist::at_index
461 typedef typename index_type::type type;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-if-to-switch.cc 265 build_case_label (tree index_type, tree min, tree max, basic_block dest)
267 if (min != NULL_TREE && index_type != TREE_TYPE (min))
268 min = fold_convert (index_type, min);
269 if (max != NULL_TREE && index_type != TREE_TYPE (max))
270 max = fold_convert (index_type, max);
304 tree index_type = TREE_TYPE (first_cond->m_ranges[0].exp); local
318 labels.safe_push (build_case_label (index_type,
342 build_case_label (index_type, NULL_TREE,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 458 typedef detail::chain_at_index_<root_type, i> index_type; typedef in struct:typelist::at_index
461 typedef typename index_type::type type;

Completed in 72 milliseconds

1 2 3 4 5 6