Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c73 unsigned b_return : 1; member
937 b->b_return = 1; in compiler_addop()
3895 const char *b_return = b->b_return ? "return " : "";
3897 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
3920 if (!c->u->u_curblock->b_return) { in assemble()
/external/python/cpython3/Python/
Dcompile.c70 unsigned b_return : 1; member
1150 b->b_return = 1; in compiler_addop()
5466 const char *b_return = b->b_return ? "return " : "";
5468 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
5491 if (!c->u->u_curblock->b_return) { in assemble()