Home
last modified time | relevance | path

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

/third_party/python/Modules/
Darraymodule.c356 int do_decref = 0; /* if nb_int was called */ in II_setitem() local
363 do_decref = 1; in II_setitem()
367 if (do_decref) { in II_setitem()
375 if (do_decref) { in II_setitem()
383 if (do_decref) { in II_setitem()
416 int do_decref = 0; /* if nb_int was called */ in LL_setitem() local
423 do_decref = 1; in LL_setitem()
427 if (do_decref) { in LL_setitem()
435 if (do_decref) { in LL_setitem()
469 int do_decref = 0; /* if nb_int was called */ in QQ_setitem() local
[all …]
/third_party/python/Objects/
Dlongobject.c381 int do_decref = 0; /* if PyNumber_Index was called */ in PyLong_AsLongAndOverflow() local
396 do_decref = 1; in PyLong_AsLongAndOverflow()
442 if (do_decref) { in PyLong_AsLongAndOverflow()
1127 int do_decref = 0; /* if PyNumber_Index was called */ in PyLong_AsLongLong() local
1141 do_decref = 1; in PyLong_AsLongLong()
1159 if (do_decref) { in PyLong_AsLongLong()
1281 int do_decref = 0; /* if PyNumber_Index was called */ in PyLong_AsLongLongAndOverflow() local
1296 do_decref = 1; in PyLong_AsLongLongAndOverflow()
1342 if (do_decref) { in PyLong_AsLongLongAndOverflow()