Searched refs:is_constructor (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-typeprint.c212 int is_constructor; local
219 is_constructor = name && strcmp (method_name, name) == 0;
261 else if (!is_constructor && !is_full_physname_constructor)
H A Dp-typeprint.c143 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6);
146 if (is_constructor || is_destructor)
641 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6);
682 if (is_constructor)
142 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); local
640 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); local
H A Dc-typeprint.c949 int is_constructor = name && strcmp (method_name, name) == 0;
1001 else if (!is_constructor && /* constructors don't have declared types */
948 int is_constructor = name && strcmp (method_name, name) == 0; local
H A Dsymtab.c330 int is_constructor;
346 is_constructor =
375 mangled_name_len = ((is_constructor ? 0 : strlen (field_name))
380 if (is_constructor)
329 int is_constructor; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c2820 bfd_boolean is_constructor; local
2835 is_constructor = (is_full_physname_constructor
2871 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname))
2897 if (is_constructor)
/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c275 int is_constructor = 0; local
323 is_constructor = 1;
339 TREE_HAS_CONSTRUCTOR (function) = is_constructor;
H A Dpt.c2033 int is_constructor = DECL_CONSTRUCTOR_P (decl); local
2035 if (is_constructor ? !TYPE_HAS_CONSTRUCTOR (ctype)
2050 name = is_constructor ? ctor_identifier : dtor_identifier;

Completed in 230 milliseconds