Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c124 unsigned b_return : 1; member
1252 b->b_return = 1; in compiler_addop_line()
6971 const char *b_return = b->b_return ? "return " : "";
6973 b->b_iused, b->b_startdepth, b->b_offset, b_return);
7080 if (!c->u->u_curblock->b_return) { in assemble()