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

  /src/external/gpl3/gdb/dist/gdb/
valarith.c 43 helper for value_ptradd. */
79 value_ptradd (struct value *arg1, LONGEST arg2) function
199 return value_ind (value_ptradd (array, index));
1141 use value_ptradd, value_ptrsub or value_ptrdiff for those operations. */
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 43 helper for value_ptradd. */
79 value_ptradd (struct value *arg1, LONGEST arg2) function
199 return value_ind (value_ptradd (array, index));
1141 use value_ptradd, value_ptrsub or value_ptrdiff for those operations. */

Completed in 23 milliseconds