Searched refs:is_constructor (Results 1 – 9 of 9) sorted by relevance
212 int is_constructor; in java_type_print_base() local219 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()
142 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_method_args() local145 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() local681 if (is_constructor) in pascal_type_print_base()
948 int is_constructor = name && strcmp (method_name, name) == 0; in c_type_print_base() local1000 else if (!is_constructor && /* constructors don't have declared types */ in c_type_print_base()
329 int is_constructor; in gdb_mangle_name() local345 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()
2820 bfd_boolean is_constructor; in parse_stab_argtypes() local2835 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()
275 int is_constructor = 0; in build_call() local323 is_constructor = 1; in build_call()339 TREE_HAS_CONSTRUCTOR (function) = is_constructor; in build_call()
2033 int is_constructor = DECL_CONSTRUCTOR_P (decl); in check_explicit_specialization() local2035 if (is_constructor ? !TYPE_HAS_CONSTRUCTOR (ctype) in check_explicit_specialization()2050 name = is_constructor ? ctor_identifier : dtor_identifier; in check_explicit_specialization()
2862 is_constructor and is_destructor.
3060 is_constructor and is_destructor.