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

  /src/external/gpl3/gdb/dist/gdb/
ada-varobj.c 88 a struct or union, compute the (CHILD_VALUE, CHILD_TYPE) couple
96 struct type **child_type)
111 if (child_type)
112 *child_type = type;
116 reference, return a (CHILD_VALUE, CHILD_TYPE) couple corresponding
123 struct type **child_type)
159 if (child_type)
160 *child_type = type;
164 array (TYPE_CODE_ARRAY), return the (CHILD_VALUE, CHILD_TYPE)
172 struct type **child_type)
329 struct type *child_type = parent_type->target_type (); local
799 struct type *child_type; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-varobj.c 88 a struct or union, compute the (CHILD_VALUE, CHILD_TYPE) couple
96 struct type **child_type)
111 if (child_type)
112 *child_type = type;
116 reference, return a (CHILD_VALUE, CHILD_TYPE) couple corresponding
123 struct type **child_type)
159 if (child_type)
160 *child_type = type;
164 array (TYPE_CODE_ARRAY), return the (CHILD_VALUE, CHILD_TYPE)
172 struct type **child_type)
329 struct type *child_type = parent_type->target_type (); local
799 struct type *child_type; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 570 ctf_id_t child_type; local
712 child_type = ctf_type_reference (input, type);
713 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num, child_type,
737 child_type = ctf_type_reference (input, type);
742 child_type, flags, depth,
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 571 ctf_id_t child_type; local
713 child_type = ctf_type_reference (input, type);
715 child_type, flags, depth,
739 child_type = ctf_type_reference (input, type);
744 child_type, flags, depth,
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 572 ctf_id_t child_type; local
718 child_type = ctf_type_reference (input, type);
719 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num, child_type,
743 child_type = ctf_type_reference (input, type);
748 child_type, flags, depth,
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 572 ctf_id_t child_type; local
718 child_type = ctf_type_reference (input, type);
719 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num, child_type,
743 child_type = ctf_type_reference (input, type);
748 child_type, flags, depth,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 13897 struct type *child_type = read_type_die (child_die, cu);
13899 if (child_type != NULL)
13903 range_types.push_back (child_type);
13888 struct type *child_type = read_type_die (child_die, cu); local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 13643 struct type *child_type = read_type_die (child_die, cu);
13645 if (child_type != NULL)
13649 range_types.push_back (child_type);
13634 struct type *child_type = read_type_die (child_die, cu); local

Completed in 69 milliseconds