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

1 2

  /src/external/gpl3/gdb/dist/gdb/
go-valprint.c 47 struct type *elt_type = elt_ptr_type->target_type (); local
83 val_print_string (elt_type, NULL, addr, length, stream, options);
f-array-walker.h 48 struct type *elt_type = check_typedef (type->target_type ()); local
51 m_stride = type_length_units (elt_type);
55 = gdbarch_addressable_memory_unit_size (elt_type->arch ());
136 innermost one. WALK_1 is the walker to normally call, ELT_TYPE is
144 struct type *elt_type, LONGEST elt_off,
147 walk_1 (elt_type, elt_off, last_p);
151 every element in the array. ELT_TYPE is the type of the element being
174 void process_element (struct type *elt_type, LONGEST elt_off,
260 struct type *elt_type = check_typedef (type)->target_type (); local
270 if (is_dynamic_type (elt_type))
    [all...]
ada-varobj.c 285 struct type *elt_type; local
288 &elt_value, &elt_type);
289 if (ada_is_tagged_type (elt_type, 0))
300 (elt_value, elt_type);
303 n_children += ada_varobj_get_number_of_children (elt_value, elt_type);
437 struct type *elt_type; local
441 &elt_value, &elt_type);
442 if (ada_is_tagged_type (elt_type, 0))
449 (elt_value, elt_type);
453 ada_varobj_get_number_of_children (elt_value, elt_type);
    [all...]
ada-typeprint.c 352 struct type *elt_type = NULL;
423 elt_type = ada_array_element_type (type, n_indices);
426 ada_print_type (elt_type, "", stream, show == 0 ? 0 : show - 1, level + 1,
431 if (bitsize > 0 && !is_dynamic_type (elt_type))
351 struct type *elt_type = NULL; local
valarith.c 183 struct type *elt_type = check_typedef (tarray->target_type ()); local
184 LONGEST elt_size = type_length_units (elt_type);
188 struct value *val = value::allocate (elt_type);
213 struct type *elt_type = array_type->target_type (); local
214 LONGEST elt_size = type_length_units (elt_type);
221 struct gdbarch *arch = elt_type->arch ();
243 if (is_dynamic_type (elt_type))
248 elt_type = resolve_dynamic_type (elt_type, {}, address);
251 return value_from_component (array, elt_type, elt_offs)
    [all...]
f-lang.c 335 void process_element (struct type *elt_type, LONGEST elt_off,
338 copy_element_to_dest (value_at_lazy (elt_type, m_addr + elt_off));
371 /* Extract an element of ELT_TYPE at offset (M_BASE_OFFSET + ELT_OFF)
374 void process_element (struct type *elt_type, LONGEST elt_off,
378 = value_from_component (m_val, elt_type, (elt_off + m_base_offset));
1643 struct type *elt_type = elt->type (); local
1644 if (is_dynamic_type (elt_type))
1649 = gdb::make_array_view (valaddr, elt_type->length ());
1650 elt_type = resolve_dynamic_type (elt_type, view, address)
2016 struct type *elt_type = check_typedef (tmp_type->target_type ()); local
    [all...]
rust-parse.c 1664 struct type *elt_type = parse_type ();
1673 return lookup_array_range_type (elt_type, 0, val - 1);
1663 struct type *elt_type = parse_type (); local
gdbtypes.c 1471 struct type *inner_array, *elt_type;
1479 elt_type = inner_array->target_type ();
1480 if (elt_type->code () == TYPE_CODE_INT)
1483 = elt_type->instance_flags () | TYPE_INSTANCE_FLAG_NOTTEXT;
1484 elt_type = make_qualified_type (elt_type, flags, NULL);
1485 inner_array->set_target_type (elt_type);
1492 init_vector_type (struct type *elt_type, int n)
1496 array_type = lookup_array_range_type (elt_type, 0, n - 1);
2277 struct type *elt_type;
1470 struct type *inner_array, *elt_type; local
2276 struct type *elt_type; local
3786 struct type *elt_type = check_typedef (t->target_type ()); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
go-valprint.c 47 struct type *elt_type = elt_ptr_type->target_type (); local
83 val_print_string (elt_type, NULL, addr, length, stream, options);
f-array-walker.h 48 struct type *elt_type = check_typedef (type->target_type ()); local
51 m_stride = type_length_units (elt_type);
55 = gdbarch_addressable_memory_unit_size (elt_type->arch ());
136 innermost one. WALK_1 is the walker to normally call, ELT_TYPE is
144 struct type *elt_type, LONGEST elt_off,
147 walk_1 (elt_type, elt_off, last_p);
151 every element in the array. ELT_TYPE is the type of the element being
174 void process_element (struct type *elt_type, LONGEST elt_off,
260 struct type *elt_type = check_typedef (type)->target_type (); local
270 if (is_dynamic_type (elt_type))
    [all...]
ada-varobj.c 285 struct type *elt_type; local
288 &elt_value, &elt_type);
289 if (ada_is_tagged_type (elt_type, 0))
300 (elt_value, elt_type);
303 n_children += ada_varobj_get_number_of_children (elt_value, elt_type);
437 struct type *elt_type; local
441 &elt_value, &elt_type);
442 if (ada_is_tagged_type (elt_type, 0))
449 (elt_value, elt_type);
453 ada_varobj_get_number_of_children (elt_value, elt_type);
    [all...]
ada-typeprint.c 354 struct type *elt_type = NULL;
425 elt_type = ada_array_element_type (type, n_indices);
428 ada_print_type (elt_type, "", stream, show == 0 ? 0 : show - 1, level + 1,
433 if (bitsize > 0 && !is_dynamic_type (elt_type))
353 struct type *elt_type = NULL; local
valarith.c 183 struct type *elt_type = check_typedef (tarray->target_type ()); local
184 LONGEST elt_size = type_length_units (elt_type);
188 struct value *val = value::allocate (elt_type);
213 struct type *elt_type = array_type->target_type (); local
214 LONGEST elt_size = type_length_units (elt_type);
221 struct gdbarch *arch = elt_type->arch ();
243 if (is_dynamic_type (elt_type))
248 elt_type = resolve_dynamic_type (elt_type, {}, address);
251 return value_from_component (array, elt_type, elt_offs)
    [all...]
f-lang.c 335 void process_element (struct type *elt_type, LONGEST elt_off,
338 copy_element_to_dest (value_at_lazy (elt_type, m_addr + elt_off));
371 /* Extract an element of ELT_TYPE at offset (M_BASE_OFFSET + ELT_OFF)
374 void process_element (struct type *elt_type, LONGEST elt_off,
378 = value_from_component (m_val, elt_type, (elt_off + m_base_offset));
1643 struct type *elt_type = elt->type (); local
1644 if (is_dynamic_type (elt_type))
1649 = gdb::make_array_view (valaddr, elt_type->length ());
1650 elt_type = resolve_dynamic_type (elt_type, view, address)
2005 struct type *elt_type = check_typedef (tmp_type->target_type ()); local
    [all...]
rust-parse.c 1667 struct type *elt_type = parse_type ();
1676 return lookup_array_range_type (elt_type, 0, val - 1);
1666 struct type *elt_type = parse_type (); local
gdbtypes.c 1471 struct type *inner_array, *elt_type;
1479 elt_type = inner_array->target_type ();
1480 if (elt_type->code () == TYPE_CODE_INT)
1483 = elt_type->instance_flags () | TYPE_INSTANCE_FLAG_NOTTEXT;
1484 elt_type = make_qualified_type (elt_type, flags, NULL);
1485 inner_array->set_target_type (elt_type);
1492 init_vector_type (struct type *elt_type, int n)
1496 array_type = lookup_array_range_type (elt_type, 0, n - 1);
2277 struct type *elt_type;
1470 struct type *inner_array, *elt_type; local
2276 struct type *elt_type; local
3751 struct type *elt_type = check_typedef (t->target_type ()); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-lazy-string.c 357 struct type *elt_type;
362 elt_type = lsscm_elt_type (ls_smob);
364 val_print_string (elt_type, ls_smob->encoding,
355 struct type *elt_type; local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-lazy-string.c 357 struct type *elt_type;
362 elt_type = lsscm_elt_type (ls_smob);
364 val_print_string (elt_type, ls_smob->encoding,
355 struct type *elt_type; local
  /src/external/gpl3/gcc/dist/gcc/
convert.cc 1025 tree elt_type = TREE_TYPE (TREE_TYPE (expr)); local
1027 if (TYPE_MAIN_VARIANT (elt_type) == TYPE_MAIN_VARIANT (subtype))
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 1000 tree elt_type = TREE_TYPE (TREE_TYPE (expr)); local
1002 if (TYPE_MAIN_VARIANT (elt_type) == TYPE_MAIN_VARIANT (subtype))
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 2250 tree elt_type = TREE_TYPE (type); local
2252 if (COMPLETE_TYPE_P (elt_type)
2253 && !integer_onep (TYPE_SIZE_UNIT (elt_type))
3780 tree elt_type = TREE_TYPE (arr_type); local
3784 || TREE_CODE (elt_type) == ARRAY_TYPE)
3787 if (!tree_int_cst_equal (TYPE_SIZE (elt_type), TYPE_SIZE (type1)))
3793 "%qT, not %qT", elt_type, type1))
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 897 tree elt_type = TREE_TYPE (lhs_type); local
898 scalar_mode elt_mode = SCALAR_TYPE_MODE (elt_type);
900 tree vq_type = build_vector_type_for_mode (elt_type, vq_mode);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 2232 tree elt_type = TREE_TYPE (type); local
2234 if (COMPLETE_TYPE_P (elt_type)
2235 && !integer_onep (TYPE_SIZE_UNIT (elt_type))
3756 tree elt_type = TREE_TYPE (arr_type); local
3760 || TREE_CODE (elt_type) == ARRAY_TYPE)
3763 if (!tree_int_cst_equal (TYPE_SIZE (elt_type), TYPE_SIZE (type1)))
3769 "%qT, not %qT", elt_type, type1))
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 2984 /* For element type ELT_TYPE, return the appropriate type of the heap object
2987 struct { size_t[COOKIE_SIZE/sizeof(size_t)]; ELT_TYPE[N]; }
2992 build_new_constexpr_heap_type (tree elt_type, tree cookie_size, tree itype2)
2999 tree atype2 = build_cplus_array_type (elt_type, itype2);
3017 struct { size_t[cookie_size/sizeof(size_t)]; elt_type[]; }. */
3020 maybe_wrap_new_for_constexpr (tree alloc_call, tree elt_type, tree cookie_size)
3039 tree rtype = build_new_constexpr_heap_type (elt_type, cookie_size,
3064 ELT_TYPE is "int". If ARRAY_P is false, this is the same type as local
3066 tree elt_type;
3130 for (elt_type = type
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 2956 /* For element type ELT_TYPE, return the appropriate type of the heap object
2959 struct { size_t[COOKIE_SIZE/sizeof(size_t)]; ELT_TYPE[N]; }
2964 build_new_constexpr_heap_type (tree elt_type, tree cookie_size, tree itype2)
2971 tree atype2 = build_cplus_array_type (elt_type, itype2);
2989 struct { size_t[cookie_size/sizeof(size_t)]; elt_type[]; }. */
2992 maybe_wrap_new_for_constexpr (tree alloc_call, tree elt_type, tree cookie_size)
3011 tree rtype = build_new_constexpr_heap_type (elt_type, cookie_size,
3036 ELT_TYPE is "int". If ARRAY_P is false, this is the same type as local
3038 tree elt_type;
3102 for (elt_type = type
    [all...]

Completed in 77 milliseconds

1 2