Searched refs:ada_is_ignored_field (Results 1 – 4 of 4) sorted by relevance
258 extern int ada_is_ignored_field (struct type *, int);
577 if (ada_is_parent_field (type, i) || ada_is_ignored_field (type, i)) in print_record_field_types()
894 if (ada_is_ignored_field (type, i)) in print_field_values()
5133 ada_is_ignored_field (struct type *type, int field_num) in ada_is_ignored_field() function