Searched refs:value_self (Results 1 – 1 of 1) sorted by relevance
1770 struct value *value_self; in valpy_richcompare_throw() local1778 value_self = ((value_object *) self)->value; in valpy_richcompare_throw()1783 result = value_less (value_self, value_other); in valpy_richcompare_throw()1786 result = value_less (value_self, value_other) in valpy_richcompare_throw()1787 || value_equal (value_self, value_other); in valpy_richcompare_throw()1790 result = value_equal (value_self, value_other); in valpy_richcompare_throw()1793 result = !value_equal (value_self, value_other); in valpy_richcompare_throw()1796 result = value_less (value_other, value_self); in valpy_richcompare_throw()1799 result = (value_less (value_other, value_self) in valpy_richcompare_throw()1800 || value_equal (value_self, value_other)); in valpy_richcompare_throw()