Searched refs:is_full_physname_constructor (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-typeprint.c224 int is_full_physname_constructor; local
228 is_full_physname_constructor
261 else if (!is_constructor && !is_full_physname_constructor)
H A Dc-typeprint.c950 int is_full_physname_constructor =
999 !is_full_physname_constructor && /* " " */
949 int is_full_physname_constructor = local
H A Dsymtab.c331 int is_full_physname_constructor;
347 is_full_physname_constructor = is_constructor_name (physname);
350 is_full_physname_constructor || (newname && strcmp (field_name, newname) == 0);
355 if (is_destructor || is_full_physname_constructor)
330 int is_full_physname_constructor; local

Completed in 110 milliseconds