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

  /src/external/gpl3/gdb/dist/gdb/
valops.c 437 struct type *dereftype = check_typedef (t1->target_type ()); local
438 struct value *val = value_cast (dereftype, arg2);
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 438 struct type *dereftype = check_typedef (t1->target_type ()); local
439 struct value *val = value_cast (dereftype, arg2);

Completed in 20 milliseconds