Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dframeobject.c113 int blockstack[CO_MAXBLOCKS]; /* Walking the 'finally' blocks */ in frame_setlineno() local
208 memset(blockstack, '\0', sizeof(blockstack)); in frame_setlineno()
218 blockstack[blockstack_top++] = addr; in frame_setlineno()
224 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()
239 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()
255 setup_addr = blockstack[i]; in frame_setlineno()
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c58 struct cil_tree_node *blockstack; member
3635 struct cil_tree_node *blockstack = args->blockstack; in __cil_resolve_ast_node_helper() local
3651 if (blockstack != NULL) { in __cil_resolve_ast_node_helper()
3732 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_first_child_helper() local
3741 blockstack = args->blockstack; in __cil_resolve_ast_first_child_helper()
3757 if (blockstack != NULL) { in __cil_resolve_ast_first_child_helper()
3758 blockstack->parent = new; in __cil_resolve_ast_first_child_helper()
3759 new->cl_head = blockstack; in __cil_resolve_ast_first_child_helper()
3761 args->blockstack = new; in __cil_resolve_ast_first_child_helper()
3781 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_last_child_helper() local
[all …]