Home
last modified time | relevance | path

Searched refs:value_self (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-value.c1770 struct value *value_self; in valpy_richcompare_throw() local
1778 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()