Lines Matching defs:end
749 int end = bounds.ar_end / sizeof(_Py_CODEUNIT);
750 for (int index = start; index < end; index++) {
1149 PyObject *end = NULL;
1153 end = PyLong_FromLong(bounds->ar_end);
1161 if (result == NULL || start == NULL || end == NULL || line == NULL) {
1165 PyTuple_SET_ITEM(result, 1, end);
1170 Py_XDECREF(end);
1492 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=78aa5d576683bb4b]*/
1529 /*[clinic end generated code: output=069fa20d299f9dda input=e31da3c41ad8064a]*/
1914 /*[clinic end generated code: output=b6cd9988391d5711 input=f6f68e03571f8d7c]*/
2002 /*[clinic end generated code: output=1fd1130413184206 input=c5fa3ee9bac7d4ca]*/