Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/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.c945 int is_constructor = name && strcmp (method_name, name) == 0; in c_type_print_base() local
997 else if (!is_constructor && /* constructors don't have declared types */ in c_type_print_base()
H A Dsymtab.c332 int is_constructor; in gdb_mangle_name() local
348 is_constructor = in gdb_mangle_name()
377 mangled_name_len = ((is_constructor ? 0 : strlen (field_name)) in gdb_mangle_name()
382 if (is_constructor) in gdb_mangle_name()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dstabs.c2820 bfd_boolean is_constructor; in parse_stab_argtypes() local
2834 is_constructor = (is_full_physname_constructor in parse_stab_argtypes()
2869 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname)) in parse_stab_argtypes()
2895 if (is_constructor) in parse_stab_argtypes()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c2822 bfd_boolean is_constructor; in parse_stab_argtypes() local
2837 is_constructor = (is_full_physname_constructor in parse_stab_argtypes()
2873 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname)) in parse_stab_argtypes()
2899 if (is_constructor) in parse_stab_argtypes()
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c275 int is_constructor = 0; in build_call() local
322 is_constructor = 1; in build_call()
338 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()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c358 int is_constructor = 0; local
395 is_constructor = 1;
423 TREE_HAS_CONSTRUCTOR (function) = is_constructor;
H A Dpt.c1711 int is_constructor = DECL_CONSTRUCTOR_P (decl); local
1713 if (is_constructor ? !TYPE_HAS_CONSTRUCTOR (ctype)
1728 name = is_constructor ? ctor_identifier : dtor_identifier;
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog2766 is_constructor and is_destructor.