Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c144 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enum
149 enum fblocktype fb_type;
1731 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1747 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()