Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-typeprint.c212 int is_constructor; in java_type_print_base() local
219 is_constructor = name && strcmp (method_name, name) == 0; in java_type_print_base()
261 else if (!is_constructor && !is_full_physname_constructor) in java_type_print_base()
H A Dp-typeprint.c142 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_method_args() local
145 if (is_constructor || is_destructor) in pascal_type_print_method_args()
640 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_base() local
681 if (is_constructor) in pascal_type_print_base()
H A Dc-typeprint.c948 int is_constructor = name && strcmp (method_name, name) == 0; in c_type_print_base() local
1000 else if (!is_constructor && /* constructors don't have declared types */ in c_type_print_base()
H A Dsymtab.c329 int is_constructor; in gdb_mangle_name() local
345 is_constructor = in gdb_mangle_name()
374 mangled_name_len = ((is_constructor ? 0 : strlen (field_name)) in gdb_mangle_name()
379 if (is_constructor) in gdb_mangle_name()
/freebsd-12.1/contrib/binutils/binutils/
H A Dstabs.c2820 bfd_boolean is_constructor; in parse_stab_argtypes() local
2835 is_constructor = (is_full_physname_constructor in parse_stab_argtypes()
2871 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname)) in parse_stab_argtypes()
2897 if (is_constructor) in parse_stab_argtypes()
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c275 int is_constructor = 0; in build_call() local
323 is_constructor = 1; in build_call()
339 TREE_HAS_CONSTRUCTOR (function) = is_constructor; in build_call()
H A Dpt.c2033 int is_constructor = DECL_CONSTRUCTOR_P (decl); in check_explicit_specialization() local
2035 if (is_constructor ? !TYPE_HAS_CONSTRUCTOR (ctype) in check_explicit_specialization()
2050 name = is_constructor ? ctor_identifier : dtor_identifier; in check_explicit_specialization()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A DChangeLog2862 is_constructor and is_destructor.
/freebsd-12.1/contrib/binutils/libiberty/
H A DChangeLog3060 is_constructor and is_destructor.