HomeSort by: relevance | last modified time | path
    Searched defs:is_define (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 484 int is_define; local
517 is_define = (macinfo_type == DW_MACRO_define
525 is_define ? _("definition") : _("undefinition"),
533 is_define ? _("definition") : _("undefinition"),
547 is_define ? _("definition") : _("undefinition"),
550 else if (is_define)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 504 int is_define; local
537 is_define = (macinfo_type == DW_MACRO_define
545 is_define ? _("definition") : _("undefinition"),
553 is_define ? _("definition") : _("undefinition"),
567 is_define ? _("definition") : _("undefinition"),
570 else if (is_define)

Completed in 24 milliseconds