Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c90 enum fblocktype fb_type; member
1708 switch (c->u->u_fblock[i].fb_type) { in compiler_continue()
1714 while (--i >= 0 && c->u->u_fblock[i].fb_type != LOOP) { in compiler_continue()
1717 if (c->u->u_fblock[i].fb_type == FINALLY_END) in compiler_continue()
3156 f->fb_type = t; in compiler_push_fblock()
3167 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
3176 if (u->u_fblock[i].fb_type == LOOP) in compiler_in_loop()
/external/python/cpython3/Python/
Dcompile.c91 enum fblocktype fb_type; member
1630 f->fb_type = t; in compiler_push_fblock()
1643 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1665 switch (info->fb_type) { in compiler_unwind_fblock()
1720 if (info->fb_type == ASYNC_WITH) { in compiler_unwind_fblock()
1760 if (loop != NULL && (top->fb_type == WHILE_LOOP || top->fb_type == FOR_LOOP)) { in compiler_unwind_fblock_stack()
/external/flatbuffers/src/
Didl_parser.cpp2676 BaseType fb_type, element; in ParseTypeFromProtoType() member
2698 type->base_type = tl->fb_type; in ParseTypeFromProtoType()