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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13689 dw_die_ref sub_die = NULL;
14090 sub_die = modified_type_die (item_type,
14095 if (sub_die != NULL)
14096 add_AT_die_ref (mod_type_die, DW_AT_type, sub_die);
13676 dw_die_ref sub_die = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 13632 dw_die_ref sub_die = NULL;
14007 sub_die = modified_type_die (item_type,
14012 if (sub_die != NULL)
14013 add_AT_die_ref (mod_type_die, DW_AT_type, sub_die);
13619 dw_die_ref sub_die = NULL; local

Completed in 90 milliseconds