Lines Matching refs:preserve_tos
1663 int preserve_tos) in compiler_unwind_fblock() argument
1672 if (preserve_tos) { in compiler_unwind_fblock()
1684 if (preserve_tos) { in compiler_unwind_fblock()
1693 if (preserve_tos) { in compiler_unwind_fblock()
1699 if (preserve_tos) { in compiler_unwind_fblock()
1705 if (preserve_tos) { in compiler_unwind_fblock()
1714 if (preserve_tos) { in compiler_unwind_fblock()
1732 if (preserve_tos) { in compiler_unwind_fblock()
1744 if (preserve_tos) { in compiler_unwind_fblock()
1755 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack() argument
1766 if (!compiler_unwind_fblock(c, ©, preserve_tos)) { in compiler_unwind_fblock_stack()
1769 if (!compiler_unwind_fblock_stack(c, preserve_tos, loop)) { in compiler_unwind_fblock_stack()
2897 int preserve_tos = ((s->v.Return.value != NULL) && in compiler_return() local
2907 if (preserve_tos) { in compiler_return()
2910 if (!compiler_unwind_fblock_stack(c, preserve_tos, NULL)) in compiler_return()
2915 else if (!preserve_tos) { in compiler_return()