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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-varobj.c 88 a struct or union, compute the (CHILD_VALUE, CHILD_TYPE) couple
95 struct value **child_value,
109 if (child_value)
110 *child_value = value;
116 reference, return a (CHILD_VALUE, CHILD_TYPE) couple corresponding
122 struct value **child_value,
157 if (child_value)
158 *child_value = value;
164 array (TYPE_CODE_ARRAY), return the (CHILD_VALUE, CHILD_TYPE)
171 struct value **child_value,
782 struct value *child_value; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-varobj.c 88 a struct or union, compute the (CHILD_VALUE, CHILD_TYPE) couple
95 struct value **child_value,
109 if (child_value)
110 *child_value = value;
116 reference, return a (CHILD_VALUE, CHILD_TYPE) couple corresponding
122 struct value **child_value,
157 if (child_value)
158 *child_value = value;
164 array (TYPE_CODE_ARRAY), return the (CHILD_VALUE, CHILD_TYPE)
171 struct value **child_value,
780 struct value *child_value; local
    [all...]

Completed in 15 milliseconds