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

  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 397 value_cast (struct type *type, struct value *arg2) function
438 struct value *val = value_cast (dereftype, arg2);
445 return value_cast (type, coerce_ref (arg2));
700 result = value_cast (dest_type, arg);
713 result = value_cast (type, value_ref (value_ind (result),
861 return value_cast (type, original_arg);
868 return value_cast (type, original_arg);
913 return value_cast (type,
927 return value_cast (type,
1102 fromval = value_cast (type, fromval)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valops.c 394 value_cast (struct type *type, struct value *arg2) function
435 struct value *val = value_cast (dereftype, arg2);
442 return value_cast (type, coerce_ref (arg2));
697 result = value_cast (dest_type, arg);
710 result = value_cast (type, value_ref (value_ind (result),
858 return value_cast (type, original_arg);
865 return value_cast (type, original_arg);
910 return value_cast (type,
924 return value_cast (type,
1099 fromval = value_cast (type, fromval)
    [all...]

Completed in 50 milliseconds