Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enum
90 enum fblocktype fb_type;
169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
171 static void compiler_pop_fblock(struct compiler *, enum fblocktype,
3147 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock()
3162 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enum
90 enum fblocktype fb_type;
169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
171 static void compiler_pop_fblock(struct compiler *, enum fblocktype,
3147 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock()
3162 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enum
90 enum fblocktype fb_type;
169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
171 static void compiler_pop_fblock(struct compiler *, enum fblocktype,
3165 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock()
3180 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c84 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enum
87 enum fblocktype fb_type;
186 static int compiler_push_fblock(struct compiler *, enum fblocktype,
188 static void compiler_pop_fblock(struct compiler *, enum fblocktype,
4762 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock()
4777 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c88 enum fblocktype { WHILE_LOOP, FOR_LOOP, EXCEPT, FINALLY_TRY, FINALLY_TRY2, FINALLY_END, enum
92 enum fblocktype fb_type;
1633 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1650 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c88 enum fblocktype { WHILE_LOOP, FOR_LOOP, EXCEPT, FINALLY_TRY, FINALLY_TRY2, FINALLY_END, enum
92 enum fblocktype fb_type;
1633 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1650 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c88 enum fblocktype { WHILE_LOOP, FOR_LOOP, EXCEPT, FINALLY_TRY, FINALLY_TRY2, FINALLY_END, enum
92 enum fblocktype fb_type;
1633 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1650 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c88 enum fblocktype { WHILE_LOOP, FOR_LOOP, EXCEPT, FINALLY_TRY, FINALLY_TRY2, FINALLY_END, enum
92 enum fblocktype fb_type;
1633 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1650 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c88 enum fblocktype { WHILE_LOOP, FOR_LOOP, EXCEPT, FINALLY_TRY, FINALLY_TRY2, FINALLY_END, enum
92 enum fblocktype fb_type;
1633 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1650 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c87 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enum
91 enum fblocktype fb_type;
1622 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1638 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c144 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enum
149 enum fblocktype fb_type;
1731 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1747 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c176 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enum
181 enum fblocktype fb_type;
1773 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1789 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()