Home
last modified time | relevance | path

Searched refs:do_decref (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Darraymodule.c360 int do_decref = 0; /* if nb_int was called */ in II_setitem() local
367 do_decref = 1; in II_setitem()
371 if (do_decref) { in II_setitem()
379 if (do_decref) { in II_setitem()
387 if (do_decref) { in II_setitem()
420 int do_decref = 0; /* if nb_int was called */ in LL_setitem() local
427 do_decref = 1; in LL_setitem()
431 if (do_decref) { in LL_setitem()
439 if (do_decref) { in LL_setitem()
473 int do_decref in QQ_setitem() local
[all...]
/third_party/python/Objects/
H A Dlongobject.c462 int do_decref = 0; /* if PyNumber_Index was called */ in PyLong_AsLongAndOverflow() local
477 do_decref = 1; in PyLong_AsLongAndOverflow()
523 if (do_decref) { in PyLong_AsLongAndOverflow()
1205 int do_decref = 0; /* if PyNumber_Index was called */ in PyLong_AsLongLong() local
1219 do_decref = 1; in PyLong_AsLongLong()
1237 if (do_decref) { in PyLong_AsLongLong()
1359 int do_decref = 0; /* if PyNumber_Index was called */ in PyLong_AsLongLongAndOverflow() local
1374 do_decref = 1; in PyLong_AsLongLongAndOverflow()
1420 if (do_decref) { in PyLong_AsLongLongAndOverflow()

Completed in 10 milliseconds