Searched refs:alloc_pos (Results 1 – 2 of 2) sorted by relevance
372 alloc_pos = state->data_stack_base; \375 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \376 if (sizeof(type) > state->data_stack_size - alloc_pos) { \382 ptr = (type*)(state->data_stack+alloc_pos); \475 ctx_pos = alloc_pos; \508 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE() local523 ctx_pos = alloc_pos; in SRE()
687 alloc_pos = state->data_stack_base; \690 SFY(type), alloc_pos, sizeof(type))); \691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \697 ptr = (type*)(state->data_stack+alloc_pos); \789 ctx_pos = alloc_pos; \815 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE_MATCH() local829 ctx_pos = alloc_pos; in SRE_MATCH()