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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 14183 dw_die_ref tmpl_die = NULL;
14202 tmpl_die = new_die (DW_TAG_template_value_param, parent_die, parm);
14205 tmpl_die = new_die (DW_TAG_template_type_param, parent_die, parm);
14212 tmpl_die = new_die (DW_TAG_GNU_template_template_param,
14217 if (tmpl_die)
14230 add_AT_string (tmpl_die, DW_AT_name, name);
14236 TMPL_DIE should have a child DW_AT_type attribute that is set
14238 If PARM is a type generic parameter, TMPL_DIE should have a
14241 add_type_attribute (tmpl_die, tmpl_type,
14248 /* So TMPL_DIE is a DIE representing
14170 dw_die_ref tmpl_die = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 14100 dw_die_ref tmpl_die = NULL;
14119 tmpl_die = new_die (DW_TAG_template_value_param, parent_die, parm);
14122 tmpl_die = new_die (DW_TAG_template_type_param, parent_die, parm);
14129 tmpl_die = new_die (DW_TAG_GNU_template_template_param,
14134 if (tmpl_die)
14147 add_AT_string (tmpl_die, DW_AT_name, name);
14153 TMPL_DIE should have a child DW_AT_type attribute that is set
14155 If PARM is a type generic parameter, TMPL_DIE should have a
14158 add_type_attribute (tmpl_die, tmpl_type,
14165 /* So TMPL_DIE is a DIE representing
14087 dw_die_ref tmpl_die = NULL; local
    [all...]

Completed in 45 milliseconds