Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDada-lang.h258 extern int ada_is_ignored_field (struct type *, int);
HDada-typeprint.c577 if (ada_is_parent_field (type, i) || ada_is_ignored_field (type, i)) in print_record_field_types()
HDada-valprint.c894 if (ada_is_ignored_field (type, i)) in print_field_values()
HDada-lang.c5133 ada_is_ignored_field (struct type *type, int field_num) in ada_is_ignored_field() function