Searched refs:res_val (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-math.c89 struct value *res_val = NULL; local
98 res_val
104 res_val = value_neg (arg1);
109 res_val = arg1;
113 res_val = value_neg (arg1);
115 res_val = arg1;
118 res_val = value_complement (arg1);
124 gdb_assert (res_val != NULL);
125 return vlscm_scm_from_value (res_val);
144 struct value *res_val local
[all...]
H A Dscm-value.c448 struct value *res_val = value_ind (v_smob->value);
449 return vlscm_scm_from_value (res_val);
473 struct value *res_val;
478 res_val = value_ind (value);
481 res_val = coerce_ref (value);
488 return vlscm_scm_from_value (res_val);
588 struct value *res_val;
590 res_val = value_dynamic_cast (type, value);
592 res_val = value_reinterpret_cast (type, value);
596 res_val
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-math.c89 struct value *res_val = NULL; local
98 res_val
104 res_val = value_neg (arg1);
109 res_val = arg1;
113 res_val = value_neg (arg1);
115 res_val = arg1;
118 res_val = value_complement (arg1);
124 gdb_assert (res_val != NULL);
125 return vlscm_scm_from_value (res_val);
144 struct value *res_val local
[all...]
H A Dscm-value.c448 struct value *res_val = value_ind (v_smob->value);
449 return vlscm_scm_from_value (res_val);
473 struct value *res_val;
478 res_val = value_ind (value);
482 res_val = coerce_ref (value);
489 return vlscm_scm_from_value (res_val);
504 struct value *res_val = value_ref (value, refcode);
505 return vlscm_scm_from_value (res_val);
538 struct value *res_val = make_cv_value (1, 0, value);
539 return vlscm_scm_from_value (res_val);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-value.c221 struct value *res_val; local
224 res_val = value_ind (((value_object *) self)->value);
225 result = value_to_value_object (res_val);
250 struct value *self_val, *res_val; local
257 res_val = value_ind (self_val);
261 res_val = coerce_ref (self_val);
268 result = value_to_value_object (res_val);
322 struct value *self_val, *res_val; local
326 res_val = make_cv_value (1, 0, self_val);
327 result = value_to_value_object (res_val);
347 struct value *res_val; local
766 struct value *res_val; local
986 struct value *res_val = NULL; local
1250 struct value *res_val = NULL; local
1941 struct value *res_val = NULL; /* Initialize to appease gcc warning. */ local
1963 struct value *res_val = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-value.c242 struct value *res_val; local
245 res_val = value_ind (((value_object *) self)->value);
246 result = value_to_value_object (res_val);
271 struct value *self_val, *res_val; local
278 res_val = value_ind (self_val);
282 res_val = coerce_ref (self_val);
289 result = value_to_value_object (res_val);
343 struct value *self_val, *res_val; local
347 res_val = make_cv_value (1, 0, self_val);
348 result = value_to_value_object (res_val);
368 struct value *res_val; local
805 struct value *res_val; local
1025 struct value *res_val = NULL; local
1289 struct value *res_val = NULL; local
1927 struct value *res_val = NULL; /* Initialize to appease gcc warning. */ local
1984 struct value *res_val = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.cc1563 widest_int res_val, res_mask; local
1573 res_val = wi::rrotate (r1val, shift, width);
1578 res_val = wi::lrotate (r1val, shift, width);
1596 res_mask |= tmp_mask | (res_val ^ tmp_val);
1598 *val = wi::ext (wi::bit_and_not (res_val, res_mask), width, sgn);
1638 widest_int res_val, res_mask; local
1650 res_val = wi::rshift (arg_val, shift, sgn);
1657 res_val = arg_val << shift;
1675 res_mask |= tmp_mask | (res_val ^ tmp_val);
1678 res_val
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-forces.c556 struct res_val { struct
660 const struct res_val *r = (const struct res_val *)tdp;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalue.c3268 struct value *res_val = allocate_value (type->field (fieldno).type ());
3270 unpack_value_bitfield (res_val, bitpos, bitsize,
3273 return res_val;
3260 struct value *res_val = allocate_value (type->field (fieldno).type ()); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalue.c3458 struct value *res_val = allocate_value (type->field (fieldno).type ());
3460 unpack_value_bitfield (res_val, bitpos, bitsize,
3463 return res_val;
3450 struct value *res_val = allocate_value (type->field (fieldno).type ()); local

Completed in 241 milliseconds