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

1 2 3

  /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,
  /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);
  /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,
  /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);
  /src/external/gpl3/gcc.old/dist/include/
btf.h 145 uint32_t index_type; /* Type of array index. */ member in struct:btf_array
  /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 ()))
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...]
rust-lang.c 1155 struct type *index_type;
1165 index_type = NULL;
1170 index_type = high->type ();
1179 index_type = low->type ();
1186 index_type = low->type ();
1193 temp_type = (index_type == NULL
1195 : index_type);
1198 low == NULL ? NULL : "start", index_type,
1199 high == NULL ? NULL : "end", index_type);
1150 struct type *index_type; local
  /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-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...]
rust-lang.c 1160 struct type *index_type;
1170 index_type = NULL;
1175 index_type = high->type ();
1184 index_type = low->type ();
1191 index_type = low->type ();
1198 temp_type = (index_type == NULL
1200 : index_type);
1203 low == NULL ? NULL : "start", index_type,
1204 high == NULL ? NULL : "end", index_type);
1155 struct type *index_type; local
  /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);
  /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,
stmt.cc 749 emit_case_dispatch_table (tree index_expr, tree index_type,
768 if (! try_casesi (index_type, index_expr, minval, range,
779 minval = build_int_cst (index_type, 0);
798 = tree_to_uhwi (fold_build2 (MINUS_EXPR, index_type,
801 = tree_to_uhwi (fold_build2 (MINUS_EXPR, index_type,
857 bool ok = try_tablejump (index_type, index_expr, minval, range,
894 tree index_type = TREE_TYPE (index_expr);
903 if (index_type == error_mark_node)
924 minval = fold_convert (index_type, CASE_LOW (elt));
927 maxval = fold_convert (index_type, CASE_HIGH (elt))
887 tree index_type = TREE_TYPE (index_expr); local
1038 tree index_type = integer_type_node; local
    [all...]
  /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,
stmt.cc 749 emit_case_dispatch_table (tree index_expr, tree index_type,
768 if (! try_casesi (index_type, index_expr, minval, range,
779 minval = build_int_cst (index_type, 0);
799 = tree_to_uhwi (fold_build2 (MINUS_EXPR, index_type,
802 = tree_to_uhwi (fold_build2 (MINUS_EXPR, index_type,
859 bool ok = try_tablejump (index_type, index_expr, minval, range,
896 tree index_type = TREE_TYPE (index_expr);
905 if (index_type == error_mark_node)
926 minval = fold_convert (index_type, CASE_LOW (elt));
929 maxval = fold_convert (index_type, CASE_HIGH (elt))
889 tree index_type = TREE_TYPE (index_expr); local
1040 tree index_type = integer_type_node; local
    [all...]
  /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;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-builtins.cc 1697 const_tree index_type, int scale)
1714 if ((TREE_CODE (index_type) != INTEGER_TYPE
1715 && !POINTER_TYPE_P (index_type))
1716 || (TYPE_MODE (index_type) != SImode
1717 && TYPE_MODE (index_type) != DImode))
1720 if (TYPE_PRECISION (index_type) > POINTER_SIZE)
1724 if (TYPE_PRECISION (index_type) < POINTER_SIZE
1725 && TYPE_UNSIGNED (index_type))
1733 si = TYPE_MODE (index_type) == SImode;
2221 tree index_type
2220 tree index_type local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-builtins.cc 1784 const_tree index_type, int scale)
1797 if ((TREE_CODE (index_type) != INTEGER_TYPE
1798 && !POINTER_TYPE_P (index_type))
1799 || (TYPE_MODE (index_type) != SImode
1800 && TYPE_MODE (index_type) != DImode))
1803 if (TYPE_PRECISION (index_type) > POINTER_SIZE)
1807 if (TYPE_PRECISION (index_type) < POINTER_SIZE
1808 && TYPE_UNSIGNED (index_type))
1816 si = TYPE_MODE (index_type) == SImode;
2318 tree index_type
2317 tree index_type local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 1727 debug_type index_type; local
1736 index_type = DEBUG_TYPE_NULL;
1749 index_type = parse_stab_type (dhandle, info, (const char *) NULL,
1751 if (index_type == DEBUG_TYPE_NULL)
1785 if (index_type == DEBUG_TYPE_NULL)
1799 if (index_type == DEBUG_TYPE_NULL)
1883 index_type = stab_find_type (dhandle, info, rangenums);
1884 if (index_type == DEBUG_TYPE_NULL)
1889 index_type = debug_make_int_type (dhandle, 4, false);
1892 return debug_make_range_type (dhandle, index_type, n2, n3)
3195 debug_type index_type; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
QLParser.tab.hh 1723 typedef typename std::ptrdiff_t index_type; typedef in class:QL::Parser::stack
1740 operator[] (index_type i) const
1749 operator[] (index_type i)
1780 index_type
1783 return index_type (seq_.size ());
1804 slice (const stack& stack, index_type range) YY_NOEXCEPT
1810 operator[] (index_type i) const
1817 index_type range_;

Completed in 63 milliseconds

1 2 3