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

/haiku-fatelf/src/bin/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.c946 int is_constructor = name && strcmp (method_name, name) == 0;
998 else if (!is_constructor && /* constructors don't have declared types */
945 int is_constructor = name && strcmp (method_name, name) == 0; local
H A Dsymtab.c333 int is_constructor;
349 is_constructor =
378 mangled_name_len = ((is_constructor ? 0 : strlen (field_name))
383 if (is_constructor)
332 int is_constructor; local

Completed in 72 milliseconds