Searched refs:f_type_print_base (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Df-typeprint.c46 void f_type_print_base (struct type *, struct ui_file *, int, int);
68 f_type_print_base (type, stream, show, level);
319 f_type_print_base (struct type *type, struct ui_file *stream, int show,
353 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level);
357 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level);
363 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level);
368 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, 0);
373 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, 0);
440 f_type_print_base (type->field (index).type (), stream,
318 f_type_print_base (struct type *type, struct ui_file *stream, int show, function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Df-typeprint.c55 f_type_print_base (type, stream, show, level);
301 f_language::f_type_print_base (struct type *type, struct ui_file *stream, function in class:f_language
336 f_type_print_base (type->target_type (), stream, 0, level);
340 f_type_print_base (type->target_type (), stream, show, level);
346 f_type_print_base (type->target_type (), stream, show, level);
351 f_type_print_base (type->target_type (), stream, show, 0);
356 f_type_print_base (type->target_type (), stream, show, 0);
430 f_type_print_base (type->field (index).type (), stream,

Completed in 196 milliseconds