Searched refs:check_field_in (Results 1 – 4 of 4) sorted by relevance
92 static int check_field_in (struct type *, const char *);2288 check_field_in (struct type *type, const char *name) in check_field_in() function2317 if (check_field_in (TYPE_BASECLASS (type, i), name)) in check_field_in()2354 return check_field_in (t, name); in check_field()
177 check_field_in): Use get_destructor_fn_field to find the destructor
6737 (check_field_in): STREQ->strcmp_iw
5812 * valops.c (check_field_in): Make arg const.