Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-typeprint.c442 struct type *val_type) in print_choices() argument
481 ada_print_scalar (val_type, W, stream); in print_choices()
490 ada_print_scalar (val_type, L, stream); in print_choices()
492 ada_print_scalar (val_type, U, stream); in print_choices()
Dprintcmd.c774 struct type *val_type = NULL; in do_examine() local
789 val_type = examine_i_type; in do_examine()
791 val_type = examine_b_type; in do_examine()
793 val_type = examine_h_type; in do_examine()
795 val_type = examine_w_type; in do_examine()
797 val_type = examine_g_type; in do_examine()
836 last_examine_value = value_at_lazy (val_type, next_address); in do_examine()
Dada-lang.c6972 struct type *val_type = ada_check_typedef (value_type (v)); in unwrap_value() local
6973 if (ada_type_name (val_type) == NULL) in unwrap_value()
6974 TYPE_NAME (val_type) = ada_type_name (type); in unwrap_value()