Searched refs:is_full_physname_constructor (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Djv-typeprint.c224 int is_full_physname_constructor; local
228 is_full_physname_constructor
261 else if (!is_constructor && !is_full_physname_constructor)
H A Dc-typeprint.c953 int is_full_physname_constructor =
1002 !is_full_physname_constructor && /* " " */
952 int is_full_physname_constructor = local
H A Dsymtab.c328 int is_full_physname_constructor;
344 is_full_physname_constructor = is_constructor_name (physname);
347 is_full_physname_constructor || (newname && strcmp (field_name, newname) == 0);
352 if (is_destructor || is_full_physname_constructor)
327 int is_full_physname_constructor; local
/freebsd-10-stable/contrib/binutils/binutils/
H A Dstabs.c2819 bfd_boolean is_full_physname_constructor; local
2828 is_full_physname_constructor = ((argtypes[0] == '_'
2835 is_constructor = (is_full_physname_constructor
2844 if (is_destructor || is_full_physname_constructor || is_v3)

Completed in 182 milliseconds