Home
last modified time | relevance | path

Searched refs:u_fblock (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c120 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1708 switch (c->u->u_fblock[i].fb_type) { in compiler_continue()
1710 ADDOP_JABS(c, JUMP_ABSOLUTE, c->u->u_fblock[i].fb_block); in compiler_continue()
1714 while (--i >= 0 && c->u->u_fblock[i].fb_type != LOOP) { in compiler_continue()
1717 if (c->u->u_fblock[i].fb_type == FINALLY_END) in compiler_continue()
1722 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()
3155 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
3167 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
3168 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
3176 if (u->u_fblock[i].fb_type == LOOP) in compiler_in_loop()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c120 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1708 switch (c->u->u_fblock[i].fb_type) { in compiler_continue()
1710 ADDOP_JABS(c, JUMP_ABSOLUTE, c->u->u_fblock[i].fb_block); in compiler_continue()
1714 while (--i >= 0 && c->u->u_fblock[i].fb_type != LOOP) { in compiler_continue()
1717 if (c->u->u_fblock[i].fb_type == FINALLY_END) in compiler_continue()
1722 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()
3155 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
3167 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
3168 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
3176 if (u->u_fblock[i].fb_type == LOOP) in compiler_in_loop()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c120 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1719 switch (c->u->u_fblock[i].fb_type) { in compiler_continue()
1721 ADDOP_JABS(c, JUMP_ABSOLUTE, c->u->u_fblock[i].fb_block); in compiler_continue()
1725 while (--i >= 0 && c->u->u_fblock[i].fb_type != LOOP) { in compiler_continue()
1728 if (c->u->u_fblock[i].fb_type == FINALLY_END) in compiler_continue()
1733 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()
3173 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
3185 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
3186 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
3194 if (u->u_fblock[i].fb_type == LOOP) in compiler_in_loop()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c130 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
2507 switch (c->u->u_fblock[i].fb_type) { in compiler_continue()
2509 ADDOP_JABS(c, JUMP_ABSOLUTE, c->u->u_fblock[i].fb_block); in compiler_continue()
2513 while (--i >= 0 && c->u->u_fblock[i].fb_type != LOOP) { in compiler_continue()
2516 if (c->u->u_fblock[i].fb_type == FINALLY_END) in compiler_continue()
2521 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()
4770 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
4782 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
4783 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
4791 if (u->u_fblock[i].fb_type == LOOP) in compiler_in_loop()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c138 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1642 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1655 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1656 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
2919 break_finally = (c->u->u_fblock[c->u->u_nfblocks - 1].fb_exit == NULL); in compiler_try_finally()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c138 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1642 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1655 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1656 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
2919 break_finally = (c->u->u_fblock[c->u->u_nfblocks - 1].fb_exit == NULL); in compiler_try_finally()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c138 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1642 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1655 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1656 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
2919 break_finally = (c->u->u_fblock[c->u->u_nfblocks - 1].fb_exit == NULL); in compiler_try_finally()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c138 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1642 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1655 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1656 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
2919 break_finally = (c->u->u_fblock[c->u->u_nfblocks - 1].fb_exit == NULL); in compiler_try_finally()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c138 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1642 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1655 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1656 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
2919 break_finally = (c->u->u_fblock[c->u->u_nfblocks - 1].fb_exit == NULL); in compiler_try_finally()
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c139 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1629 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1643 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1644 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
1759 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1772 c->u->u_fblock[c->u->u_nfblocks] = copy; in compiler_unwind_fblock_stack()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c197 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1738 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1752 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1753 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
1877 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1890 c->u->u_fblock[c->u->u_nfblocks] = copy; in compiler_unwind_fblock_stack()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c229 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1780 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1794 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1795 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
1921 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1934 c->u->u_fblock[c->u->u_nfblocks] = copy; in compiler_unwind_fblock_stack()