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

  /src/external/gpl3/gdb/dist/gdb/
valops.c 290 value_cast_pointers (struct type *type, struct value *arg2, function
457 /* You can't cast to a reference type. See value_cast_pointers
639 return value_cast_pointers (to_type, arg2, 0);
3611 v = value_cast_pointers (tmp, v, 1);
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 291 value_cast_pointers (struct type *type, struct value *arg2, function
458 /* You can't cast to a reference type. See value_cast_pointers
640 return value_cast_pointers (to_type, arg2, 0);
3612 v = value_cast_pointers (tmp, v, 1);

Completed in 28 milliseconds