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

  /src/external/gpl3/gdb/dist/gdb/
valops.c 1085 /* Store the contents of FROMVAL into the location of TOVAL.
1086 Return a new value with the location of TOVAL and contents of FROMVAL. */
1089 value_assign (struct value *toval, struct value *fromval)
1102 fromval = value_cast (type, fromval);
1107 if (!value_must_coerce_to_target (fromval))
1108 fromval = coerce_array (fromval);
1121 set_internalvar (VALUE_INTERNALVAR (toval), fromval); local
1145 fromval); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 1086 /* Store the contents of FROMVAL into the location of TOVAL.
1087 Return a new value with the location of TOVAL and contents of FROMVAL. */
1090 value_assign (struct value *toval, struct value *fromval)
1103 fromval = value_cast (type, fromval);
1108 if (!value_must_coerce_to_target (fromval))
1109 fromval = coerce_array (fromval);
1122 set_internalvar (VALUE_INTERNALVAR (toval), fromval); local
1146 fromval); local
    [all...]

Completed in 26 milliseconds