Lines Matching refs:VISIT_SEQ
1527 #define VISIT_SEQ(C, TYPE, SEQ) { \ macro
1691 VISIT_SEQ(c, stmt, info->fb_datum); in compiler_unwind_fblock()
2127 VISIT_SEQ(c, expr, args->defaults); in compiler_visit_defaults()
2713 VISIT_SEQ(c, stmt, s->v.If.body); in compiler_if()
2716 VISIT_SEQ(c, stmt, s->v.If.orelse); in compiler_if()
2719 VISIT_SEQ(c, stmt, s->v.If.body); in compiler_if()
2722 VISIT_SEQ(c, stmt, s->v.If.orelse); in compiler_if()
2737 VISIT_SEQ(c, stmt, s->v.If.body); in compiler_if()
2741 VISIT_SEQ(c, stmt, s->v.If.orelse); in compiler_if()
2767 VISIT_SEQ(c, stmt, s->v.For.body); in compiler_for()
2773 VISIT_SEQ(c, stmt, s->v.For.orelse); in compiler_for()
2812 VISIT_SEQ(c, stmt, s->v.AsyncFor.body); in compiler_async_for()
2822 VISIT_SEQ(c, stmt, s->v.For.orelse); in compiler_async_for()
2843 VISIT_SEQ(c, stmt, s->v.While.body); in compiler_while()
2848 VISIT_SEQ(c, stmt, s->v.While.orelse); in compiler_while()
2876 VISIT_SEQ(c, stmt, s->v.While.body); in compiler_while()
2888 VISIT_SEQ(c, stmt, s->v.While.orelse); in compiler_while()
3005 VISIT_SEQ(c, stmt, s->v.Try.body); in compiler_try_finally()
3009 VISIT_SEQ(c, stmt, s->v.Try.finalbody); in compiler_try_finally()
3015 VISIT_SEQ(c, stmt, s->v.Try.finalbody); in compiler_try_finally()
3068 VISIT_SEQ(c, stmt, s->v.Try.body); in compiler_try_except()
3122 VISIT_SEQ(c, stmt, handler->v.ExceptHandler.body); in compiler_try_except()
3154 VISIT_SEQ(c, stmt, handler->v.ExceptHandler.body); in compiler_try_except()
3164 VISIT_SEQ(c, stmt, s->v.Try.orelse); in compiler_try_except()
3393 VISIT_SEQ(c, expr, s->v.Delete.targets) in compiler_visit_stmt()
3795 VISIT_SEQ(c, expr, elts); in compiler_list()
3811 VISIT_SEQ(c, expr, elts); in compiler_tuple()
4106 VISIT_SEQ(c, expr, e->v.Call.args); in maybe_optimize_method_call()
4159 VISIT_SEQ(c, expr, e->v.JoinedStr.values); in compiler_joined_str()
4284 VISIT_SEQ(c, keyword, keywords); in compiler_call_helper()
4871 VISIT_SEQ(c, stmt, s->v.AsyncWith.body) in compiler_async_with()
4963 VISIT_SEQ(c, stmt, s->v.With.body) in compiler_with()