Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c6131 Py_ssize_t nstores = PyList_GET_SIZE(pc->stores); in compiler_pattern_or() local
6140 else if (nstores != PyList_GET_SIZE(control)) { in compiler_pattern_or()
6143 else if (nstores) { in compiler_pattern_or()
6145 Py_ssize_t icontrol = nstores; in compiler_pattern_or()
6205 Py_ssize_t nstores = PyList_GET_SIZE(control); in compiler_pattern_or() local
6212 Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores); in compiler_pattern_or()
6213 for (Py_ssize_t i = 0; i < nstores; i++) { in compiler_pattern_or()
6389 Py_ssize_t nstores = PyList_GET_SIZE(pc->stores); in compiler_match_inner() local
6390 for (Py_ssize_t n = 0; n < nstores; n++) { in compiler_match_inner()