Home
last modified time | relevance | path

Searched refs:ada_aligned_type (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.h320 extern struct type *ada_aligned_type (struct type *);
Dada-typeprint.c784 ada_print_type (ada_aligned_type (type), "", stream, show, level); in ada_print_type()
Dada-lang.c6846 ada_aligned_type (struct type *type) in ada_aligned_type() function
6849 return ada_aligned_type (TYPE_FIELD_TYPE (type, 0)); in ada_aligned_type()
7392 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7404 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7418 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7451 ada_aligned_type (TYPE_TARGET_TYPE (value_type (array))); in ada_evaluate_subexp()
7812 (ada_aligned_type in ada_evaluate_subexp()
7858 return value_zero (ada_aligned_type (type), lval_memory); in ada_evaluate_subexp()
Dada-valprint.c242 return ada_to_fixed_type (ada_aligned_type (type), valaddr, 0, NULL); in printable_val_type()