Searched refs:is_define (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dmacro.c487 int is_define; local
519 is_define = (macinfo_type == DW_MACRO_define
527 is_define ? _("definition") : _("undefinition"),
535 is_define ? _("definition") : _("undefinition"),
549 is_define ? _("definition") : _("undefinition"),
552 else if (is_define)
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dmacro.c505 int is_define; local
538 is_define = (macinfo_type == DW_MACRO_define
546 is_define ? _("definition") : _("undefinition"),
554 is_define ? _("definition") : _("undefinition"),
568 is_define ? _("definition") : _("undefinition"),
571 else if (is_define)

Completed in 123 milliseconds