Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.h302 extern int ada_is_parent_field (struct type *, int);
Dada-typeprint.c595 if (ada_is_parent_field (type, i) || ada_is_ignored_field (type, i)) in print_record_field_types()
Dada-lang.c5091 if (ada_is_parent_field (type, i)) in ada_parent_type()
5102 ada_is_parent_field (struct type *type, int field_num) in ada_is_parent_field() function