Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c149 enum fblocktype fb_type; member
1739 f->fb_type = t; in compiler_push_fblock()
1752 assert(u->u_fblock[u->u_nfblocks].fb_type == t); in compiler_pop_fblock()
1774 switch (info->fb_type) { in compiler_unwind_fblock()
1834 if (info->fb_type == ASYNC_WITH) { in compiler_unwind_fblock()
1878 if (loop != NULL && (top->fb_type == WHILE_LOOP || top->fb_type == FOR_LOOP)) { in compiler_unwind_fblock_stack()
/third_party/flatbuffers/src/
Didl_parser.cpp2964 BaseType fb_type, element; in ParseTypeFromProtoType() member
2986 type->base_type = tl->fb_type; in ParseTypeFromProtoType()