Searched refs:is_constructor (Results 1 – 11 of 11) 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()
945 int is_constructor = name && strcmp (method_name, name) == 0; in c_type_print_base() local997 else if (!is_constructor && /* constructors don't have declared types */ in c_type_print_base()
332 int is_constructor; in gdb_mangle_name() local348 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()
2820 bfd_boolean is_constructor; in parse_stab_argtypes() local2834 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()
2822 bfd_boolean is_constructor; in parse_stab_argtypes() local2837 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()
275 int is_constructor = 0; in build_call() local322 is_constructor = 1; in build_call()338 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()
358 int is_constructor = 0; local395 is_constructor = 1;423 TREE_HAS_CONSTRUCTOR (function) = is_constructor;
1711 int is_constructor = DECL_CONSTRUCTOR_P (decl); local1713 if (is_constructor ? !TYPE_HAS_CONSTRUCTOR (ctype)1728 name = is_constructor ? ctor_identifier : dtor_identifier;
2766 is_constructor and is_destructor.