Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c197 struct fblockinfo u_fblock[CO_MAXBLOCKS]; member
1738 f = &c->u->u_fblock[c->u->u_nfblocks++]; in compiler_push_fblock()
1752 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1753 assert(u->u_fblock[u->u_nfblocks].fb_block == b); in compiler_pop_fblock()
1877 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1890 c->u->u_fblock[c->u->u_nfblocks] = copy; in compiler_unwind_fblock_stack()