Searched refs:toval (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | valops.c | 529 value_assign (struct value *toval, struct value *fromval) in value_assign() argument 537 if (!toval->modifiable) in value_assign() 540 COERCE_REF (toval); in value_assign() 542 type = VALUE_TYPE (toval); in value_assign() 543 if (VALUE_LVAL (toval) != lval_internalvar) in value_assign() 554 switch (VALUE_LVAL (toval)) in value_assign() 557 set_internalvar (VALUE_INTERNALVAR (toval), fromval); in value_assign() 558 val = value_copy (VALUE_INTERNALVAR (toval)->value); in value_assign() 565 set_internalvar_component (VALUE_INTERNALVAR (toval), in value_assign() 566 VALUE_OFFSET (toval), in value_assign() [all …]
|
| D | ada-lang.c | 1583 ada_value_assign (struct value *toval, struct value *fromval) in ada_value_assign() argument 1585 struct type *type = VALUE_TYPE (toval); in ada_value_assign() 1586 int bits = VALUE_BITSIZE (toval); in ada_value_assign() 1588 if (!toval->modifiable) in ada_value_assign() 1591 COERCE_REF (toval); in ada_value_assign() 1593 if (VALUE_LVAL (toval) == lval_memory in ada_value_assign() 1599 (VALUE_BITPOS (toval) + bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT; in ada_value_assign() 1606 read_memory (VALUE_ADDRESS (toval) + VALUE_OFFSET (toval), buffer, len); in ada_value_assign() 1608 move_bits (buffer, VALUE_BITPOS (toval), in ada_value_assign() 1613 move_bits (buffer, VALUE_BITPOS (toval), VALUE_CONTENTS (fromval), in ada_value_assign() [all …]
|
| D | value.h | 371 extern struct value *value_assign (struct value *toval, struct value *fromval);
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | readcf.c | 4926 time_t toval; local 4958 toval = convtime(val, 'm'); 4964 TimeOuts.to_initial = toval; 4968 TimeOuts.to_mail = toval; 4972 TimeOuts.to_rcpt = toval; 4976 TimeOuts.to_datainit = toval; 4980 TimeOuts.to_datablock = toval; 4984 TimeOuts.to_datafinal = toval; 4988 TimeOuts.to_nextcommand = toval; 4992 TimeOuts.to_rset = toval; [all …]
|