Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.h302 extern struct type *ada_aligned_type (struct type *);
H A Dada-lang.c6616 ada_aligned_type (struct type *type) in ada_aligned_type() function
6619 return ada_aligned_type (TYPE_FIELD_TYPE (type, 0)); in ada_aligned_type()
7067 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7079 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7093 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7499 (ada_aligned_type (check_typedef (TYPE_TARGET_TYPE (type)))), in ada_evaluate_subexp()
7523 return value_zero (ada_aligned_type in ada_evaluate_subexp()
7551 return value_zero (ada_aligned_type in ada_evaluate_subexp()
H A Dada-typeprint.c774 ada_print_type (ada_aligned_type (type), "", stream, show, level); in ada_print_type()
H A Dada-valprint.c250 return ada_to_fixed_type (ada_aligned_type (type), valaddr, 0, NULL); in printable_val_type()