Searched refs:blockstack (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
H A Dframeobject.c89 * o 'try'/'for'/'while' blocks can't be jumped into because the blockstack
113 int blockstack[CO_MAXBLOCKS]; /* Walking the 'finally' blocks */ local
199 * up. So we walk the bytecode, maintaining a simulated blockstack.
203 * they're both in the same one. 'blockstack' is a stack of the
205 * whether we're in a 'finally' block at each blockstack level. */
208 memset(blockstack, '\0', sizeof(blockstack));
218 blockstack[blockstack_top++] = addr;
224 setup_op = code[blockstack[blockstack_top-1]];
239 setup_op = code[blockstack[blockstack_to
[all...]
/external/python/cpython3/Objects/
H A Dframeobject.c56 * o 'try'/'for'/'while' blocks can't be jumped into because the blockstack
82 int blockstack[CO_MAXBLOCKS]; /* Walking the 'finally' blocks */ local
180 * up. So we walk the bytecode, maintaining a simulated blockstack.
184 * they're both in the same one. 'blockstack' is a stack of the
186 * whether we're in a 'finally' block at each blockstack level. */
189 memset(blockstack, '\0', sizeof(blockstack));
200 blockstack[blockstack_top++] = addr;
206 setup_op = code[blockstack[blockstack_top-1]];
222 setup_op = code[blockstack[blockstack_to
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c58 struct cil_tree_node *blockstack; member in struct:cil_args_resolve
3688 struct cil_tree_node *blockstack = args->blockstack; local
3704 if (blockstack != NULL) {
3785 struct cil_tree_node *blockstack = NULL; local
3794 blockstack = args->blockstack;
3810 if (blockstack != NULL) {
3811 blockstack->parent = new;
3812 new->cl_head = blockstack;
3834 struct cil_tree_node *blockstack = NULL; local
[all...]

Completed in 2528 milliseconds