Searched refs:target_type (Results 1 - 25 of 158) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-typeprint.c55 && type->target_type ()->code () == TYPE_CODE_CHAR)
H A Df-typeprint.c67 && (type->target_type ()->code () == TYPE_CODE_FUNC
68 || (type->target_type ()->code ()
70 || (type->target_type ()->code ()
108 f_type_print_varspec_prefix (type->target_type (), stream, 0, 1);
112 f_type_print_varspec_prefix (type->target_type (), stream, 0, 0);
118 f_type_print_varspec_prefix (type->target_type (), stream, 0, 0);
190 if (type->target_type ()->code () == TYPE_CODE_ARRAY)
191 f_type_print_varspec_suffix (type->target_type (), stream, 0,
216 if (type->target_type ()->code () != TYPE_CODE_ARRAY)
217 f_type_print_varspec_suffix (type->target_type (), strea
[all...]
H A Dp-typeprint.c187 type_print_varspec_prefix (type->target_type (), stream, 0, 1,
195 if (type->target_type () != NULL
196 && type->target_type ()->code () != TYPE_CODE_VOID)
215 type_print_varspec_prefix (type->target_type (), stream, 0, 1,
224 if (type->target_type () != NULL
225 && type->target_type ()->code () != TYPE_CODE_VOID)
240 if (type->target_type ()->length () > 0
316 if (type->target_type () == NULL
317 || type->target_type ()->code () != TYPE_CODE_VOID)
320 type_print_varspec_prefix (type->target_type (),
[all...]
H A Dp-lang.c111 *char_type = type->field (1).type ()->target_type ();
133 *char_type = type->field (2).type ()->target_type ();
136 *char_type = (*char_type)->target_type ();
H A Dm2-valprint.c98 target = range->target_type ();
142 target = range->target_type ();
174 val = value_at_lazy (type->field (0).type ()->target_type (),
190 struct type *elttype = check_typedef (type->target_type ());
217 return val_print_string (type->target_type (), NULL, addr, -1,
233 struct type *elttype = check_typedef (type->target_type ());
242 value_at (type->target_type (), unpack_pointer (type, valaddr));
315 if (type->length () > 0 && type->target_type ()->length () > 0)
317 elttype = check_typedef (type->target_type ());
340 printstr (stream, type->target_type (), valadd
[all...]
H A Df-array-walker.h49 struct type *elt_type = check_typedef (type->target_type ());
233 m_impl.start_dimension (range_type->target_type (),
239 struct type *subarray_type = check_typedef (type)->target_type ();
261 struct type *elt_type = check_typedef (type)->target_type ();
H A Dm2-lang.h122 && type->target_type ()->length () > 0)
124 struct type *elttype = check_typedef (type->target_type ());
H A Dc-lang.c121 if (elttype->target_type ())
122 elttype = elttype->target_type ();
250 struct type *element_type = type->target_type ();
629 = check_typedef (expect_type->target_type ());
702 type = type->target_type ();
711 struct type *array_target_type = type->target_type ();
720 struct type *element_type = type->target_type ();
H A Dm2-typeprint.c193 /* FIXME: type::target_type used to be TYPE_DOMAIN_TYPE but that was
194 wrong. Not sure if type::target_type is correct though. */
195 m2_print_type (type->target_type (), "", stream, show, level,
200 struct type *target = type->target_type ();
219 m2_print_type (type->target_type (), "", stream, show, level, flags);
228 if (type->target_type ()->length () > 0
239 / type->target_type ()->length ())),
243 m2_print_type (type->target_type (), "", stream, show, level, flags);
255 m2_print_type (type->target_type (), "", stream, show, level, flags);
263 m2_print_type (type->target_type (), "", strea
[all...]
H A Df-valprint.c85 if (type->target_type ()->code () == TYPE_CODE_ARRAY
86 || type->target_type ()->code () == TYPE_CODE_STRING)
87 f77_get_dynamic_length_of_aggregate (type->target_type ());
95 * check_typedef (type->target_type ())->length ());
340 && type->target_type ()->code () != TYPE_CODE_CHAR)
351 struct type *subarray_type = check_typedef (type->target_type ());
454 if (type->target_type ()->code () != TYPE_CODE_CHAR)
458 struct type *ch_type = type->target_type ();
478 elttype = check_typedef (type->target_type ());
505 val_print_string (type->target_type (), NUL
[all...]
H A Df-lang.c165 array_type = array_type->target_type ();
211 array_type = array_type->target_type ();
233 while ((tmp_type = tmp_type->target_type ()))
434 struct type *target_type = check_typedef (value_type (target)); local
438 pointer_target_type = pointer_type->target_type ();
443 if (target_type->code () == TYPE_CODE_PTR)
444 target_target_type = target_type->target_type ();
446 target_target_type = target_type;
470 if (target_type
1231 struct type *target_type = dim_type->target_type (); local
1333 struct type *target_type = dim_type->target_type (); local
1506 struct type *target_type = check_typedef (type->target_type ()); local
[all...]
H A Dgo-lang.c89 struct type *target_type = type0->target_type (); local
91 target_type = check_typedef (target_type);
93 if (target_type->code () == TYPE_CODE_INT
94 && target_type->length () == 1
95 && strcmp (target_type->name (), "uint8") == 0)
H A Dgdbtypes.c270 type = type->target_type ();
1068 if (type->target_type ()->code () == TYPE_CODE_ENUM)
1071 = discrete_position (type->target_type (), low);
1139 if (type->target_type ()->code () == TYPE_CODE_ENUM)
1142 = discrete_position (type->target_type (), high);
1260 type = type->target_type ();
1304 element_type = check_typedef (type->target_type ());
1525 while (inner_array->target_type ()->code () == TYPE_CODE_ARRAY)
1526 inner_array = inner_array->target_type ();
1528 elt_type = inner_array->target_type ();
3146 struct type *target_type = check_typedef (type->target_type ()); local
3556 can_create_complex_type(struct type *target_type) argument
3566 init_complex_type(const char *name, struct type *target_type) argument
3603 init_pointer_type(struct objfile *objfile, int bit, const char *name, struct type *target_type) argument
5920 arch_pointer_type(struct gdbarch *gdbarch, int bit, const char *name, struct type *target_type) argument
[all...]
H A Dgnu-v2-abi.c112 if (context->target_type () != type1)
137 && value_type (vtbl)->target_type ()->code () == TYPE_CODE_ARRAY)
327 if (fieldtype->target_type () == basetype)
331 && fieldtype->target_type ()->name () != NULL
333 fieldtype->target_type ()->name ()) == 0)
H A Dada-valprint.c84 index_type = index_type->target_type ();
135 elttype = type->target_type ();
156 index_type = index_type->target_type ();
424 ada_print_scalar (type->target_type (), val, stream);
691 struct type *elttype = type->target_type ();
734 && value_type (val)->target_type ()->code () == TYPE_CODE_INT
735 && value_type (val)->target_type ()->length () == 0)
764 && (type->target_type ()->code () == TYPE_CODE_ENUM
765 || type->target_type ()->code () == TYPE_CODE_BOOL
766 || type->target_type ()
771 struct type *target_type = type->target_type (); local
[all...]
H A Dc-valprint.c91 if (iter_type->target_type ())
92 iter_type = iter_type->target_type ();
242 struct type *unresolved_elttype = type->target_type ();
351 struct type *unresolved_elttype = type->target_type ();
502 && original_type->target_type ()->name () != NULL
503 && (strcmp (original_type->target_type ()->name (),
505 || textual_name (original_type->target_type ()->name ())))
510 && (type->target_type ()->code () == TYPE_CODE_STRUCT))
H A Dc-typeprint.c327 domain = args[0].type ()->target_type ();
380 c_type_print_varspec_prefix (type->target_type (),
388 c_type_print_varspec_prefix (type->target_type (),
401 c_type_print_varspec_prefix (type->target_type (),
417 c_type_print_varspec_prefix (type->target_type (),
426 c_type_print_varspec_prefix (type->target_type (),
434 c_type_print_varspec_prefix (type->target_type (),
442 c_type_print_varspec_prefix (type->target_type (),
789 c_type_print_varspec_suffix (type->target_type (), stream,
795 c_type_print_varspec_suffix (type->target_type (), strea
[all...]
H A Drust-lang.c337 val_print_string (value_type (base)->target_type (), "UTF-8",
351 struct type *elt_type = value_type (base)->target_type ();
542 if (type->target_type ()->code () == TYPE_CODE_ARRAY
543 && rust_u8_type_p (type->target_type ()->target_type ())
544 && get_array_bounds (type->target_type (), &low_bound,
549 struct type *elttype = check_typedef (type->target_type ());
560 val_print_string (elttype->target_type (), "ASCII", addr,
589 printstr (stream, type->target_type (),
846 if (type->target_type ()
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
H A Dexplore.py291 target_type = datatype.target()
293 (name, str(target_type)))
296 target_type,
318 target_type = datatype.target()
319 Explorer.explore_type(name, target_type, is_child)
330 target_type = value.type.target()
331 print ("'%s' is an array of '%s'." % (expr, str(target_type)))
359 target_type = datatype.target()
360 print ("%s is an array of '%s'." % (name, str(target_type)))
362 Explorer.explore_type("the array element of %s" % name, target_type,
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dexplore.py295 target_type = datatype.target()
296 print("\n%s is a pointer to a value of type '%s'." % (name, str(target_type)))
298 Explorer.explore_type("the pointee type of %s" % name, target_type, is_child)
319 target_type = datatype.target()
320 Explorer.explore_type(name, target_type, is_child)
332 target_type = value.type.target()
333 print("'%s' is an array of '%s'." % (expr, str(target_type)))
366 target_type = datatype.target()
367 print("%s is an array of '%s'." % (name, str(target_type)))
369 Explorer.explore_type("the array element of %s" % name, target_type, is_chil
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-types.c32 gcc_type target = context->convert_type (type->target_type ());
45 element_type = context->convert_type (type->target_type ());
158 struct type *target_type = type->target_type (); local
165 if (target_type == NULL)
168 target_type = objfile_type (type->objfile_owner ())->builtin_int;
170 target_type = builtin_type (type->arch_owner ())->builtin_int;
176 return_type = context->convert_type (target_type);
266 gcc_type base = context->convert_type (type->target_type ());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c111 tree target_type = get_aka_type (TREE_TYPE (type)); local
113 if (target_type == TREE_TYPE (type))
116 if (canonical && target_type == TREE_TYPE (canonical))
120 ? build_pointer_type (target_type)
121 : build_reference_type (target_type));
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc111 tree target_type = get_aka_type (TREE_TYPE (type)); local
113 if (target_type == TREE_TYPE (type))
116 if (canonical && target_type == TREE_TYPE (canonical))
120 ? build_pointer_type (target_type)
121 : build_reference_type (target_type));
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
H A Ddmeventd_snapshot.c111 char *target_type = NULL; local
126 dm_get_next_target(dmt, next, &start, &length, &target_type, &params);
127 if (!target_type)
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c185 char *target_type = NULL; local
195 &target_type, &params);
197 if (!target_type) {
202 if (strcmp(target_type, "mirror")) {

Completed in 376 milliseconds

1234567