Home
last modified time | relevance | path

Searched refs:destructor_name_p (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalops.c1641 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 Dvalue.h486 extern int destructor_name_p (const char *name, const struct type *type);
H A Dlinespec.c1470 if (destructor_name_p (copy, t)) in collect_methods()
H A Dc-exp.y623 destructor_name_p (tmp_token.ptr, type);
H A Dc-exp.c1955 destructor_name_p (tmp_token.ptr, type);
H A DChangeLog-1996153 destructor name with call to destructor_name_p.
3754 (destructor_name_p): Change len to unsigned int.
H A DChangeLog-19902071 * valops.c (destructor_name_p): Only skip "struct " if present.
H A DChangeLog-1991823 * valops.c (destructor_name_p): Don't check TYPE_HAS_DESTRUCTOR,
H A DChangeLog-1994451 * valops.c (destructor_name_p): Do not compare the template
H A DChangeLog-20031353 * valops.c (destructor_name_p): Replace STREQN with strncmp.