HomeSort by: relevance | last modified time | path
    Searched refs:target_type (Results 1 - 25 of 248) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb/dist/gdb/
go-typeprint.c 54 && type->target_type ()->code () == TYPE_CODE_CHAR)
f-typeprint.c 65 && (type->target_type ()->code () == TYPE_CODE_FUNC
66 || (type->target_type ()->code ()
68 || (type->target_type ()->code ()
106 f_type_print_varspec_prefix (type->target_type (), stream, 0, 1);
110 f_type_print_varspec_prefix (type->target_type (), stream, 0, 0);
116 f_type_print_varspec_prefix (type->target_type (), stream, 0, 0);
188 if (type->target_type ()->code () == TYPE_CODE_ARRAY)
189 f_type_print_varspec_suffix (type->target_type (), stream, 0,
214 if (type->target_type ()->code () != TYPE_CODE_ARRAY)
215 f_type_print_varspec_suffix (type->target_type (), stream, 0
    [all...]
p-typeprint.c 187 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
293 if (type->target_type () == NULL
294 || type->target_type ()->code () != TYPE_CODE_VOID)
297 type_print_varspec_prefix (type->target_type (),
    [all...]
p-lang.c 113 *char_type = type->field (1).type ()->target_type ();
135 *char_type = type->field (2).type ()->target_type ();
138 *char_type = (*char_type)->target_type ();
m2-valprint.c 97 target = range->target_type ();
141 target = range->target_type ();
173 val = value_at_lazy (type->field (0).type ()->target_type (),
189 struct type *elttype = check_typedef (type->target_type ());
216 return val_print_string (type->target_type (), NULL, addr, -1,
232 struct type *elttype = check_typedef (type->target_type ());
241 value_at (type->target_type (), unpack_pointer (type, valaddr));
314 if (type->length () > 0 && type->target_type ()->length () > 0)
316 elttype = check_typedef (type->target_type ());
341 printstr (stream, type->target_type (), valaddr, len
    [all...]
f-array-walker.h 48 struct type *elt_type = check_typedef (type->target_type ());
232 m_impl.start_dimension (range_type->target_type (),
238 struct type *subarray_type = check_typedef (type)->target_type ();
260 struct type *elt_type = check_typedef (type)->target_type ();
c-lang.c 120 if (elttype->target_type ())
121 elttype = elttype->target_type ();
249 struct type *element_type = type->target_type ();
625 = check_typedef (expect_type->target_type ());
696 type = type->target_type ();
705 struct type *array_target_type = type->target_type ();
714 struct type *element_type = type->target_type ();
m2-lang.h 122 && type->target_type ()->length () > 0)
124 struct type *elttype = check_typedef (type->target_type ());
f-lang.c 175 array_type = array_type->target_type ();
221 array_type = array_type->target_type ();
243 while ((tmp_type = tmp_type->target_type ()))
443 struct type *target_type = check_typedef (target->type ()); local
447 pointer_target_type = pointer_type->target_type ();
452 if (target_type->code () == TYPE_CODE_PTR)
453 target_target_type = target_type->target_type ();
455 target_target_type = target_type;
479 if (target_type->code () == TYPE_CODE_PTR
1241 struct type *target_type = dim_type->target_type (); local
1343 struct type *target_type = dim_type->target_type (); local
1518 struct type *target_type = check_typedef (type->target_type ()); local
    [all...]
m2-typeprint.c 191 /* FIXME: type::target_type used to be TYPE_DOMAIN_TYPE but that was
192 wrong. Not sure if type::target_type is correct though. */
193 m2_print_type (type->target_type (), "", stream, show, level,
198 struct type *target = type->target_type ();
217 m2_print_type (type->target_type (), "", stream, show, level, flags);
226 if (type->target_type ()->length () > 0
237 / type->target_type ()->length ())),
241 m2_print_type (type->target_type (), "", stream, show, level, flags);
253 m2_print_type (type->target_type (), "", stream, show, level, flags);
261 m2_print_type (type->target_type (), "", stream, show, level, flags)
    [all...]
c-typeprint.c 316 domain = args[0].type ()->target_type ();
369 c_type_print_varspec_prefix (type->target_type (),
377 c_type_print_varspec_prefix (type->target_type (),
390 c_type_print_varspec_prefix (type->target_type (),
406 c_type_print_varspec_prefix (type->target_type (),
415 c_type_print_varspec_prefix (type->target_type (),
423 c_type_print_varspec_prefix (type->target_type (),
431 c_type_print_varspec_prefix (type->target_type (),
753 c_type_print_varspec_suffix (type->target_type (), stream,
759 c_type_print_varspec_suffix (type->target_type (), stream
    [all...]
f-valprint.c 84 if (type->target_type ()->code () == TYPE_CODE_ARRAY
85 || type->target_type ()->code () == TYPE_CODE_STRING)
86 f77_get_dynamic_length_of_aggregate (type->target_type ());
94 * check_typedef (type->target_type ())->length ());
353 && type->target_type ()->code () != TYPE_CODE_CHAR)
364 struct type *subarray_type = check_typedef (type->target_type ());
475 if (type->target_type ()->code () != TYPE_CODE_CHAR)
479 struct type *ch_type = type->target_type ();
499 elttype = check_typedef (type->target_type ());
526 val_print_string (type->target_type (), NULL, addr, -1
    [all...]
gdbtypes.c 298 type = type->target_type ();
1063 if (type->target_type ()->code () == TYPE_CODE_ENUM)
1066 = discrete_position (type->target_type (), low);
1130 if (type->target_type ()->code () == TYPE_CODE_ENUM)
1133 = discrete_position (type->target_type (), high);
1251 type = type->target_type ();
1295 element_type = check_typedef (type->target_type ());
1476 while (inner_array->target_type ()->code () == TYPE_CODE_ARRAY)
1477 inner_array = inner_array->target_type ();
1479 elt_type = inner_array->target_type ();
3170 struct type *target_type = check_typedef (type->target_type ()); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
go-typeprint.c 54 && type->target_type ()->code () == TYPE_CODE_CHAR)
f-typeprint.c 67 && (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 (), stream, 0
    [all...]
p-typeprint.c 188 type_print_varspec_prefix (type->target_type (), stream, 0, 1,
196 if (type->target_type () != NULL
197 && type->target_type ()->code () != TYPE_CODE_VOID)
216 type_print_varspec_prefix (type->target_type (), stream, 0, 1,
225 if (type->target_type () != NULL
226 && type->target_type ()->code () != TYPE_CODE_VOID)
241 if (type->target_type ()->length () > 0
294 if (type->target_type () == NULL
295 || type->target_type ()->code () != TYPE_CODE_VOID)
298 type_print_varspec_prefix (type->target_type (),
    [all...]
p-lang.c 112 *char_type = type->field (1).type ()->target_type ();
134 *char_type = type->field (2).type ()->target_type ();
137 *char_type = (*char_type)->target_type ();
m2-valprint.c 97 target = range->target_type ();
141 target = range->target_type ();
173 val = value_at_lazy (type->field (0).type ()->target_type (),
189 struct type *elttype = check_typedef (type->target_type ());
216 return val_print_string (type->target_type (), NULL, addr, -1,
232 struct type *elttype = check_typedef (type->target_type ());
241 value_at (type->target_type (), unpack_pointer (type, valaddr));
314 if (type->length () > 0 && type->target_type ()->length () > 0)
316 elttype = check_typedef (type->target_type ());
341 printstr (stream, type->target_type (), valaddr, len
    [all...]
f-array-walker.h 48 struct type *elt_type = check_typedef (type->target_type ());
232 m_impl.start_dimension (range_type->target_type (),
238 struct type *subarray_type = check_typedef (type)->target_type ();
260 struct type *elt_type = check_typedef (type)->target_type ();
c-lang.c 120 if (elttype->target_type ())
121 elttype = elttype->target_type ();
249 struct type *element_type = type->target_type ();
625 = check_typedef (expect_type->target_type ());
696 type = type->target_type ();
705 struct type *array_target_type = type->target_type ();
714 struct type *element_type = type->target_type ();
m2-lang.h 122 && type->target_type ()->length () > 0)
124 struct type *elttype = check_typedef (type->target_type ());
f-lang.c 175 array_type = array_type->target_type ();
221 array_type = array_type->target_type ();
243 while ((tmp_type = tmp_type->target_type ()))
443 struct type *target_type = check_typedef (target->type ()); local
447 pointer_target_type = pointer_type->target_type ();
452 if (target_type->code () == TYPE_CODE_PTR)
453 target_target_type = target_type->target_type ();
455 target_target_type = target_type;
479 if (target_type->code () == TYPE_CODE_PTR
1241 struct type *target_type = dim_type->target_type (); local
1343 struct type *target_type = dim_type->target_type (); local
1518 struct type *target_type = check_typedef (type->target_type ()); local
    [all...]
m2-typeprint.c 194 /* FIXME: type::target_type used to be TYPE_DOMAIN_TYPE but that was
195 wrong. Not sure if type::target_type is correct though. */
196 m2_print_type (type->target_type (), "", stream, show, level,
201 struct type *target = type->target_type ();
220 m2_print_type (type->target_type (), "", stream, show, level, flags);
229 if (type->target_type ()->length () > 0
240 / type->target_type ()->length ())),
244 m2_print_type (type->target_type (), "", stream, show, level, flags);
256 m2_print_type (type->target_type (), "", stream, show, level, flags);
264 m2_print_type (type->target_type (), "", stream, show, level, flags)
    [all...]
c-typeprint.c 317 domain = args[0].type ()->target_type ();
370 c_type_print_varspec_prefix (type->target_type (),
378 c_type_print_varspec_prefix (type->target_type (),
391 c_type_print_varspec_prefix (type->target_type (),
407 c_type_print_varspec_prefix (type->target_type (),
416 c_type_print_varspec_prefix (type->target_type (),
424 c_type_print_varspec_prefix (type->target_type (),
432 c_type_print_varspec_prefix (type->target_type (),
754 c_type_print_varspec_suffix (type->target_type (), stream,
760 c_type_print_varspec_suffix (type->target_type (), stream
    [all...]
f-valprint.c 84 if (type->target_type ()->code () == TYPE_CODE_ARRAY
85 || type->target_type ()->code () == TYPE_CODE_STRING)
86 f77_get_dynamic_length_of_aggregate (type->target_type ());
94 * check_typedef (type->target_type ())->length ());
353 && type->target_type ()->code () != TYPE_CODE_CHAR)
364 struct type *subarray_type = check_typedef (type->target_type ());
475 if (type->target_type ()->code () != TYPE_CODE_CHAR)
479 struct type *ch_type = type->target_type ();
499 elttype = check_typedef (type->target_type ());
526 val_print_string (type->target_type (), NULL, addr, -1
    [all...]

Completed in 72 milliseconds

1 2 3 4 5 6 7 8 910