Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c90 struct fblockinfo { struct
139 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1625 struct fblockinfo *f; in compiler_push_fblock()
1662 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
1755 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack()
1759 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1764 struct fblockinfo copy = *top; in compiler_unwind_fblock_stack()
2926 struct fblockinfo *loop = NULL; in compiler_break()
2943 struct fblockinfo *loop = NULL; in compiler_continue()
/external/python/cpython2/Python/
Dcompile.c89 struct fblockinfo { struct
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
3149 struct fblockinfo *f; in compiler_push_fblock()