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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 12623 struct type *index_copy = copy_type (index_type);
12625 = (struct range_bounds *) TYPE_ZALLOC (index_copy,
12630 index_copy->set_bounds (bounds);
12631 copy->set_index_type (index_copy);
12614 struct type *index_copy = copy_type (index_type); local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 10914 struct type *index_copy = copy_type (index_type);
10916 = (struct range_bounds *) TYPE_ZALLOC (index_copy,
10921 index_copy->set_bounds (bounds);
10922 copy->set_index_type (index_copy);
10907 struct type *index_copy = copy_type (index_type); local

Completed in 34 milliseconds