Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c88 int blockstack[CO_MAXBLOCKS]; /* Walking the 'finally' blocks */ in frame_setlineno() local
228 memset(blockstack, '\0', sizeof(blockstack)); in frame_setlineno()
239 blockstack[blockstack_top++] = addr; in frame_setlineno()
245 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()
261 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()
278 setup_addr = blockstack[i]; in frame_setlineno()
/external/python/cpython2/Objects/
Dframeobject.c116 int blockstack[CO_MAXBLOCKS]; /* Walking the 'finally' blocks */ in frame_setlineno() local
239 memset(blockstack, '\0', sizeof(blockstack)); in frame_setlineno()
249 blockstack[blockstack_top++] = addr; in frame_setlineno()
255 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()
270 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()
286 setup_addr = blockstack[i]; in frame_setlineno()
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c58 struct cil_tree_node *blockstack; member
3697 struct cil_tree_node *blockstack = args->blockstack; in __cil_resolve_ast_node_helper() local
3713 if (blockstack != NULL) { in __cil_resolve_ast_node_helper()
3794 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_first_child_helper() local
3803 blockstack = args->blockstack; in __cil_resolve_ast_first_child_helper()
3819 if (blockstack != NULL) { in __cil_resolve_ast_first_child_helper()
3820 blockstack->parent = new; in __cil_resolve_ast_first_child_helper()
3821 new->cl_head = blockstack; in __cil_resolve_ast_first_child_helper()
3823 args->blockstack = new; in __cil_resolve_ast_first_child_helper()
3843 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_last_child_helper() local
[all …]