Lines Matching defs:preserve_tos
2003 /* Unwind a frame block. If preserve_tos is true, the TOS before
2010 int preserve_tos)
2021 if (preserve_tos) {
2034 if (preserve_tos) {
2041 if (preserve_tos) {
2051 if (preserve_tos) {
2055 if (preserve_tos) {
2066 if (preserve_tos) {
2088 if (preserve_tos) {
2101 if (preserve_tos) {
2112 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) {
2127 if (!compiler_unwind_fblock(c, ©, preserve_tos)) {
2130 if (!compiler_unwind_fblock_stack(c, preserve_tos, loop)) {
3230 int preserve_tos = ((s->v.Return.value != NULL) &&
3240 if (preserve_tos) {
3254 if (!compiler_unwind_fblock_stack(c, preserve_tos, NULL))
3259 else if (!preserve_tos) {