Lines Matching defs:temp
744 PyObject *temp;
783 temp = PyNumber_InPlaceOr(newglobal, global);
784 if (!temp)
786 Py_DECREF(temp);
789 temp = PyNumber_InPlaceOr(newbound, bound);
790 if (!temp)
792 Py_DECREF(temp);
807 temp = PyNumber_InPlaceOr(newbound, local);
808 if (!temp)
810 Py_DECREF(temp);
814 temp = PyNumber_InPlaceOr(newbound, bound);
815 if (!temp)
817 Py_DECREF(temp);
820 temp = PyNumber_InPlaceOr(newglobal, global);
821 if (!temp)
823 Py_DECREF(temp);
853 temp = PyNumber_InPlaceOr(newfree, allfree);
854 if (!temp)
856 Py_DECREF(temp);
868 temp = PyNumber_InPlaceOr(free, newfree);
869 if (!temp)
871 Py_DECREF(temp);
890 PyObject *temp;
911 temp = PyNumber_InPlaceOr(child_free, temp_free);
912 if (!temp)
914 Py_DECREF(temp);