Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enum
90 enum fblocktype fb_type;
169 static int compiler_push_fblock(struct compiler *, enum fblocktype,
171 static void compiler_pop_fblock(struct compiler *, enum fblocktype,
3147 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock()
3162 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
/external/python/cpython3/Python/
Dcompile.c84 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enum
87 enum fblocktype fb_type;
186 static int compiler_push_fblock(struct compiler *, enum fblocktype,
188 static void compiler_pop_fblock(struct compiler *, enum fblocktype,
4760 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_push_fblock()
4775 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()