HomeSort by: relevance | last modified time | path
    Searched defs:unresolved_elttype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
c-valprint.c 137 already added. UNRESOLVED_ELTTYPE and ELTTYPE represent the pointed type,
142 struct type *unresolved_elttype,
169 if (c_textual_element_type (unresolved_elttype, options->format)
174 val_print_string (unresolved_elttype, NULL, address, -1, stream, options);
217 wtype = unresolved_elttype;
241 struct type *unresolved_elttype = type->target_type ();
242 struct type *elttype = check_typedef (unresolved_elttype);
244 if (type->length () > 0 && unresolved_elttype->length () > 0)
258 if (c_textual_element_type (unresolved_elttype,
296 current_language->printstr (stream, unresolved_elttype, valaddr, len
240 struct type *unresolved_elttype = type->target_type (); local
350 struct type *unresolved_elttype = type->target_type (); local
    [all...]
valprint.c 481 struct type *unresolved_elttype = type->target_type ();
482 struct type *elttype = check_typedef (unresolved_elttype);
484 if (type->length () > 0 && unresolved_elttype->length () > 0)
514 struct type *unresolved_elttype = type->target_type ();
515 struct type *elttype = check_typedef (unresolved_elttype);
517 if (type->length () > 0 && unresolved_elttype->length () > 0)
562 current_language->printstr (stream, unresolved_elttype, valaddr, len,
480 struct type *unresolved_elttype = type->target_type (); local
513 struct type *unresolved_elttype = type->target_type (); local
  /src/external/gpl3/gdb.old/dist/gdb/
c-valprint.c 137 already added. UNRESOLVED_ELTTYPE and ELTTYPE represent the pointed type,
142 struct type *unresolved_elttype,
169 if (c_textual_element_type (unresolved_elttype, options->format)
174 val_print_string (unresolved_elttype, NULL, address, -1, stream, options);
218 wtype = unresolved_elttype;
242 struct type *unresolved_elttype = type->target_type ();
243 struct type *elttype = check_typedef (unresolved_elttype);
245 if (type->length () > 0 && unresolved_elttype->length () > 0)
259 if (c_textual_element_type (unresolved_elttype,
297 current_language->printstr (stream, unresolved_elttype, valaddr, len
241 struct type *unresolved_elttype = type->target_type (); local
351 struct type *unresolved_elttype = type->target_type (); local
    [all...]
valprint.c 481 struct type *unresolved_elttype = type->target_type ();
482 struct type *elttype = check_typedef (unresolved_elttype);
484 if (type->length () > 0 && unresolved_elttype->length () > 0)
480 struct type *unresolved_elttype = type->target_type (); local

Completed in 18 milliseconds