Searched refs:val_type (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-typeprint.c | 441 struct type *val_type) in print_choices() argument 480 ada_print_scalar (val_type, W, stream); in print_choices() 489 ada_print_scalar (val_type, L, stream); in print_choices() 491 ada_print_scalar (val_type, U, stream); in print_choices()
|
H A D | printcmd.c | 771 struct type *val_type = NULL; in do_examine() local 787 val_type = examine_i_type; in do_examine() 789 val_type = examine_b_type; in do_examine() 791 val_type = examine_h_type; in do_examine() 793 val_type = examine_w_type; in do_examine() 795 val_type = examine_g_type; in do_examine() 834 last_examine_value = value_at_lazy (val_type, next_address, sect); in do_examine()
|
H A D | ada-lang.c | 6942 struct type *val_type = ada_check_typedef (VALUE_TYPE (v)); in unwrap_value() local 6943 if (ada_type_name (val_type) == NULL) in unwrap_value() 6944 TYPE_NAME (val_type) = ada_type_name (type); in unwrap_value()
|
H A D | ChangeLog-1993 | 2442 * printcmd.c (do_examine): initialize val_type.
|
/openbsd/gnu/llvm/libcxx/utils/gdb/libcxx/ |
H A D | printers.py | 686 def _init_cast_type(self, val_type): argument 688 str(val_type.strip_typedefs()) + "::iterator").strip_typedefs() 704 def _init_cast_type(self, val_type): argument 706 str(val_type.strip_typedefs()) + "::iterator").strip_typedefs()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-dom.c | 1647 tree op_type, val_type; in cprop_operand() local 1667 val_type = TREE_TYPE (val); in cprop_operand() 1671 while (POINTER_TYPE_P (op_type) && POINTER_TYPE_P (val_type)) in cprop_operand() 1674 val_type = TREE_TYPE (val_type); in cprop_operand() 1683 if (!lang_hooks.types_compatible_p (op_type, val_type)) in cprop_operand()
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 8757 polly/lib/External/isl/include/isl/val_type.h
|