Lines Matching refs:ret
259 int ret = 0;
290 ret = -1;
299 ret = -1;
311 ret = -1;
316 if (ret == 0) {
320 ret = -1;
323 return ret;
594 int ret = _PyObject_LookupAttr(x, &_Py_ID(__qualname__), &qualname);
596 if (ret < 0) {
603 ret = _PyObject_LookupAttr(x, &_Py_ID(__module__), &module);
605 ret = PyObject_RichCompareBool(module, &_Py_ID(builtins), Py_NE);
606 if (ret < 0) {
610 if (ret > 0) {
615 else if (ret < 0) {