Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalops.c92 static int check_field_in (struct type *, const char *);
2288 check_field_in (struct type *type, const char *name) in check_field_in() function
2317 if (check_field_in (TYPE_BASECLASS (type, i), name)) in check_field_in()
2354 return check_field_in (t, name); in check_field()
H A DChangeLog-1996177 check_field_in): Use get_destructor_fn_field to find the destructor
H A DChangeLog-20006737 (check_field_in): STREQ->strcmp_iw
H A DChangeLog-19925812 * valops.c (check_field_in): Make arg const.