Searched refs:destructor_name_p (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valops.c | 1641 if (destructor_name_p (name, t)) in value_struct_elt() 1658 if (destructor_name_p (name, t)) in value_struct_elt() 2260 destructor_name_p (const char *name, const struct type *type) in destructor_name_p() function 2303 if (destructor_name_p (name, type)) in check_field_in() 2431 if (destructor_name_p (name, t)) in value_struct_elt_for_reference()
|
H A D | value.h | 486 extern int destructor_name_p (const char *name, const struct type *type);
|
H A D | linespec.c | 1470 if (destructor_name_p (copy, t)) in collect_methods()
|
H A D | c-exp.y | 623 destructor_name_p (tmp_token.ptr, type);
|
H A D | c-exp.c | 1955 destructor_name_p (tmp_token.ptr, type);
|
H A D | ChangeLog-1996 | 153 destructor name with call to destructor_name_p. 3754 (destructor_name_p): Change len to unsigned int.
|
H A D | ChangeLog-1990 | 2071 * valops.c (destructor_name_p): Only skip "struct " if present.
|
H A D | ChangeLog-1991 | 823 * valops.c (destructor_name_p): Don't check TYPE_HAS_DESTRUCTOR,
|
H A D | ChangeLog-1994 | 451 * valops.c (destructor_name_p): Do not compare the template
|
H A D | ChangeLog-2003 | 1353 * valops.c (destructor_name_p): Replace STREQN with strncmp.
|