Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
1659 if (!compiler_push_fblock(c, LOOP, start)) in compiler_for()
1706 if (!compiler_push_fblock(c, LOOP, loop)) in compiler_while()
1808 if (!compiler_push_fblock(c, FINALLY_TRY, body)) in compiler_try_finally()
1816 if (!compiler_push_fblock(c, FINALLY_END, end)) in compiler_try_finally()
1870 if (!compiler_push_fblock(c, EXCEPT, body)) in compiler_try_except()
2960 if (!compiler_push_fblock(c, FINALLY_TRY, block)) { in compiler_with()
2981 if (!compiler_push_fblock(c, FINALLY_END, finally)) in compiler_with()
3185 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock() function