Lines Matching defs:elements
4594 Py_ssize_t i, n, elements;
4599 elements = 0;
4603 if (elements) {
4604 if (!compiler_subdict(c, e, i - elements, i)) {
4611 elements = 0;
4621 if (elements*2 > STACK_USE_GUIDELINE) {
4622 if (!compiler_subdict(c, e, i - elements, i + 1)) {
4629 elements = 0;
4632 elements++;
4636 if (elements) {
4637 if (!compiler_subdict(c, e, n - elements, n)) {
6459 // We need to keep the subject around for extracting elements:
6771 // the order in which extracted elements are placed on the stack.
8627 // Create an array with elements {0, 1, 2, ..., depth - 1}: