Searched refs:this_val (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-exp.y518 struct value * this_val;
523 this_val = value_of_this (0);
524 if (this_val)
525 this_type = this_val->type;
660 struct value * this_val;
674 this_val = value_of_this (0);
675 if (this_val)
676 this_type = this_val->type;
H A Dp-exp.c1627 struct value * this_val;
1632 this_val = value_of_this (0);
1633 if (this_val)
1634 this_type = this_val->type;
1772 struct value * this_val;
1786 this_val = value_of_this (0);
1787 if (this_val)
1788 this_type = this_val->type;
1624 struct value * this_val; local
1769 struct value * this_val; local
/freebsd-9.3-release/contrib/gcc/
H A Dpostreload.c280 HOST_WIDE_INT this_val; local
287 this_val = INTVAL (this_rtx);
291 this_val &= GET_MODE_MASK (GET_MODE (src));
295 if (this_val == trunc_int_for_mode (this_val, GET_MODE (src)))
300 this_rtx = GEN_INT (this_val);

Completed in 182 milliseconds