Home
last modified time | relevance | path

Searched refs:compiler_push_fblock (Results 1 – 13 of 13) sorted by relevance

/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c2344 if (!compiler_push_fblock(c, LOOP, start)) in compiler_for()
2392 if (!compiler_push_fblock(c, LOOP, try)) in compiler_async_for()
2402 if (!compiler_push_fblock(c, EXCEPT, try)) in compiler_async_for()
2472 if (!compiler_push_fblock(c, LOOP, loop)) in compiler_while()
2574 if (!compiler_push_fblock(c, FINALLY_TRY, body)) in compiler_try_finally()
2588 if (!compiler_push_fblock(c, FINALLY_END, end)) in compiler_try_finally()
2642 if (!compiler_push_fblock(c, EXCEPT, body)) in compiler_try_except()
3953 if (!compiler_push_fblock(c, EXCEPT, try)) in compiler_async_comprehension_generator()
4263 if (!compiler_push_fblock(c, FINALLY_TRY, block)) { in compiler_async_with()
4288 if (!compiler_push_fblock(c, FINALLY_END, finally)) in compiler_async_with()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c2665 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_for()
2706 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_async_for()
2746 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL)) { in compiler_while()
2776 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end)) in compiler_while()
2915 if (!compiler_push_fblock(c, FINALLY_END, end, end)) in compiler_try_finally()
3006 if (!compiler_push_fblock(c, EXCEPT, body, NULL)) in compiler_try_except()
3069 if (!compiler_push_fblock(c, FINALLY_END, cleanup_end, NULL)) in compiler_try_except()
4701 if (!compiler_push_fblock(c, ASYNC_WITH, block, finally)) { in compiler_async_with()
4726 if (!compiler_push_fblock(c, FINALLY_END, finally, NULL)) in compiler_async_with()
4789 if (!compiler_push_fblock(c, WITH, block, finally)) { in compiler_with()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c2665 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_for()
2706 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_async_for()
2746 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL)) { in compiler_while()
2776 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end)) in compiler_while()
2915 if (!compiler_push_fblock(c, FINALLY_END, end, end)) in compiler_try_finally()
3006 if (!compiler_push_fblock(c, EXCEPT, body, NULL)) in compiler_try_except()
3069 if (!compiler_push_fblock(c, FINALLY_END, cleanup_end, NULL)) in compiler_try_except()
4701 if (!compiler_push_fblock(c, ASYNC_WITH, block, finally)) { in compiler_async_with()
4726 if (!compiler_push_fblock(c, FINALLY_END, finally, NULL)) in compiler_async_with()
4789 if (!compiler_push_fblock(c, WITH, block, finally)) { in compiler_with()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c2665 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_for()
2706 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_async_for()
2746 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL)) { in compiler_while()
2776 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end)) in compiler_while()
2915 if (!compiler_push_fblock(c, FINALLY_END, end, end)) in compiler_try_finally()
3006 if (!compiler_push_fblock(c, EXCEPT, body, NULL)) in compiler_try_except()
3069 if (!compiler_push_fblock(c, FINALLY_END, cleanup_end, NULL)) in compiler_try_except()
4701 if (!compiler_push_fblock(c, ASYNC_WITH, block, finally)) { in compiler_async_with()
4726 if (!compiler_push_fblock(c, FINALLY_END, finally, NULL)) in compiler_async_with()
4789 if (!compiler_push_fblock(c, WITH, block, finally)) { in compiler_with()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c2665 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_for()
2706 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_async_for()
2746 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL)) { in compiler_while()
2776 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end)) in compiler_while()
2915 if (!compiler_push_fblock(c, FINALLY_END, end, end)) in compiler_try_finally()
3006 if (!compiler_push_fblock(c, EXCEPT, body, NULL)) in compiler_try_except()
3069 if (!compiler_push_fblock(c, FINALLY_END, cleanup_end, NULL)) in compiler_try_except()
4701 if (!compiler_push_fblock(c, ASYNC_WITH, block, finally)) { in compiler_async_with()
4726 if (!compiler_push_fblock(c, FINALLY_END, finally, NULL)) in compiler_async_with()
4789 if (!compiler_push_fblock(c, WITH, block, finally)) { in compiler_with()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c2665 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_for()
2706 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_async_for()
2746 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL)) { in compiler_while()
2776 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end)) in compiler_while()
2915 if (!compiler_push_fblock(c, FINALLY_END, end, end)) in compiler_try_finally()
3006 if (!compiler_push_fblock(c, EXCEPT, body, NULL)) in compiler_try_except()
3069 if (!compiler_push_fblock(c, FINALLY_END, cleanup_end, NULL)) in compiler_try_except()
4701 if (!compiler_push_fblock(c, ASYNC_WITH, block, finally)) { in compiler_async_with()
4726 if (!compiler_push_fblock(c, FINALLY_END, finally, NULL)) in compiler_async_with()
4789 if (!compiler_push_fblock(c, WITH, block, finally)) { in compiler_with()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c1622 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock() function
1685 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock()
2759 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_for()
2800 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_async_for()
2846 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL, NULL)) { in compiler_while()
2876 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) in compiler_while()
3019 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) in compiler_try_finally()
3072 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except()
3081 if (!compiler_push_fblock(c, EXCEPTION_HANDLER, NULL, NULL, NULL)) in compiler_try_except()
4862 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, NULL)) { in compiler_async_with()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
1626 if (!compiler_push_fblock(c, LOOP, start)) in compiler_for()
1673 if (!compiler_push_fblock(c, LOOP, loop)) in compiler_while()
1775 if (!compiler_push_fblock(c, FINALLY_TRY, body)) in compiler_try_finally()
1783 if (!compiler_push_fblock(c, FINALLY_END, end)) in compiler_try_finally()
1837 if (!compiler_push_fblock(c, EXCEPT, body)) in compiler_try_except()
2922 if (!compiler_push_fblock(c, FINALLY_TRY, block)) { in compiler_with()
2943 if (!compiler_push_fblock(c, FINALLY_END, finally)) in compiler_with()
3147 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock() function
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
1626 if (!compiler_push_fblock(c, LOOP, start)) in compiler_for()
1673 if (!compiler_push_fblock(c, LOOP, loop)) in compiler_while()
1775 if (!compiler_push_fblock(c, FINALLY_TRY, body)) in compiler_try_finally()
1783 if (!compiler_push_fblock(c, FINALLY_END, end)) in compiler_try_finally()
1837 if (!compiler_push_fblock(c, EXCEPT, body)) in compiler_try_except()
2922 if (!compiler_push_fblock(c, FINALLY_TRY, block)) { in compiler_with()
2943 if (!compiler_push_fblock(c, FINALLY_END, finally)) in compiler_with()
3147 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
1636 if (!compiler_push_fblock(c, LOOP, start)) in compiler_for()
1683 if (!compiler_push_fblock(c, LOOP, loop)) in compiler_while()
1786 if (!compiler_push_fblock(c, FINALLY_TRY, body)) in compiler_try_finally()
1794 if (!compiler_push_fblock(c, FINALLY_END, end)) in compiler_try_finally()
1848 if (!compiler_push_fblock(c, EXCEPT, body)) in compiler_try_except()
2940 if (!compiler_push_fblock(c, FINALLY_TRY, block)) { in compiler_with()
2961 if (!compiler_push_fblock(c, FINALLY_END, finally)) in compiler_with()
3165 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock() function
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c1731 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock() function
1796 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock()
2870 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_for()
2914 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_async_for()
2959 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) { in compiler_while()
3121 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) in compiler_try_finally()
3174 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except()
3183 if (!compiler_push_fblock(c, EXCEPTION_HANDLER, NULL, NULL, NULL)) in compiler_try_except()
4725 if (!compiler_push_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start, in compiler_async_comprehension_generator()
5039 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, s)) { in compiler_async_with()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c1773 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock() function
1838 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock()
2921 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_for()
2965 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_async_for()
3010 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) { in compiler_while()
3177 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) in compiler_try_finally()
3232 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except()
3245 if (!compiler_push_fblock(c, EXCEPTION_HANDLER, NULL, NULL, NULL)) in compiler_try_except()
4832 if (!compiler_push_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start, in compiler_async_comprehension_generator()
5147 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, s)) { in compiler_async_with()
[all …]
/dports/net/kf5-syndication/syndication-5.89.0/autotests/atom/
H A Dbug411626.xml.expected4637 …> <span class="p">(</span><span class="o">!</span><span class="n">compiler_push_fblock</span><span…