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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-typeprint.c424 print_choices (struct type *type, int field_num, struct ui_file *stream,
429 const char *name = TYPE_FIELD_NAME (type, field_num);
500 print_variant_clauses (struct type *type, int field_num,
508 var_type = TYPE_FIELD_TYPE (type, field_num);
542 print_variant_part (struct type *type, int field_num, struct type *outer_type,
547 (TYPE_FIELD_TYPE (type, field_num)));
548 print_variant_clauses (type, field_num, outer_type, stream, show,
423 print_choices(struct type *type, int field_num, struct ui_file *stream, struct type *val_type) argument
499 print_variant_clauses(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
541 print_variant_part(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument

Completed in 100 milliseconds