Lines Matching refs:VISIT_SEQ
1128 #define VISIT_SEQ(C, TYPE, SEQ) { \ macro
1366 VISIT_SEQ(c, expr, args->defaults); in compiler_function()
1421 VISIT_SEQ(c, expr, s->v.ClassDef.bases); in compiler_class()
1507 VISIT_SEQ(c, expr, args->defaults); in compiler_lambda()
1591 VISIT_SEQ(c, stmt, s->v.If.orelse); in compiler_if()
1593 VISIT_SEQ(c, stmt, s->v.If.body); in compiler_if()
1604 VISIT_SEQ(c, stmt, s->v.If.body); in compiler_if()
1608 VISIT_SEQ(c, stmt, s->v.If.orelse); in compiler_if()
1633 VISIT_SEQ(c, stmt, s->v.For.body); in compiler_for()
1638 VISIT_SEQ(c, stmt, s->v.For.orelse); in compiler_for()
1651 VISIT_SEQ(c, stmt, s->v.While.orelse); in compiler_while()
1679 VISIT_SEQ(c, stmt, s->v.While.body); in compiler_while()
1691 VISIT_SEQ(c, stmt, s->v.While.orelse); in compiler_while()
1777 VISIT_SEQ(c, stmt, s->v.TryFinally.body); in compiler_try_finally()
1785 VISIT_SEQ(c, stmt, s->v.TryFinally.finalbody); in compiler_try_finally()
1839 VISIT_SEQ(c, stmt, s->v.TryExcept.body); in compiler_try_except()
1869 VISIT_SEQ(c, stmt, handler->v.ExceptHandler.body); in compiler_try_except()
1875 VISIT_SEQ(c, stmt, s->v.TryExcept.orelse); in compiler_try_except()
2099 VISIT_SEQ(c, expr, s->v.Delete.targets) in compiler_visit_stmt()
2472 VISIT_SEQ(c, expr, e->v.List.elts); in compiler_list()
2486 VISIT_SEQ(c, expr, e->v.Tuple.elts); in compiler_tuple()
2545 VISIT_SEQ(c, expr, e->v.Call.args); in compiler_call()
2547 VISIT_SEQ(c, keyword, e->v.Call.keywords); in compiler_call()
2935 VISIT_SEQ(c, stmt, s->v.With.body); in compiler_with()
2998 VISIT_SEQ(c, expr, e->v.Set.elts); in compiler_visit_expr()