Home
last modified time | relevance | path

Searched defs:preserve_tos (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dcompile.c1663 int 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()
2897 int preserve_tos = ((s->v.Return.value != NULL) && in compiler_return() local