Lines Matching refs:VISIT
1625 #define VISIT(C, TYPE, V) {\ macro
1926 VISIT(c, expr, st->v.Expr.value); in compiler_body()
1932 VISIT(c, stmt, (stmt_ty)asdl_seq_GET(stmts, i)); in compiler_body()
2078 VISIT(c, expr, (expr_ty)asdl_seq_GET(decos, i)); in compiler_decorators()
2163 VISIT(c, annexpr, annotation) in compiler_visit_argannotation()
2166 VISIT(c, expr, annotation); in compiler_visit_argannotation()
2701 VISIT(c, expr, e->v.Compare.left); in compiler_jump_if()
2703 VISIT(c, expr, in compiler_jump_if()
2711 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Compare.comparators, n)); in compiler_jump_if()
2736 VISIT(c, expr, e); in compiler_jump_if()
2756 VISIT(c, expr, e->v.IfExp.body); in compiler_ifexp()
2759 VISIT(c, expr, e->v.IfExp.orelse); in compiler_ifexp()
2873 VISIT(c, expr, s->v.For.iter); in compiler_for()
2878 VISIT(c, expr, s->v.For.target); in compiler_for()
2910 VISIT(c, expr, s->v.AsyncFor.iter); in compiler_async_for()
2925 VISIT(c, expr, s->v.AsyncFor.target); in compiler_async_for()
2998 VISIT(c, expr, s->v.Return.value); in compiler_return()
3196 VISIT(c, expr, handler->v.ExceptHandler.type); in compiler_try_except()
3469 VISIT(c, expr, s->v.Assert.msg); in compiler_assert()
3481 VISIT(c, expr, value); in compiler_visit_stmt_expr()
3492 VISIT(c, expr, value); in compiler_visit_stmt_expr()
3519 VISIT(c, expr, s->v.Assign.value); in compiler_visit_stmt()
3523 VISIT(c, expr, in compiler_visit_stmt()
3542 VISIT(c, expr, s->v.Raise.exc); in compiler_visit_stmt()
3545 VISIT(c, expr, s->v.Raise.cause); in compiler_visit_stmt()
3792 VISIT(c, expr, (expr_ty)asdl_seq_GET(s, i)); in compiler_boolop()
3800 VISIT(c, expr, (expr_ty)asdl_seq_GET(s, n)); in compiler_boolop()
3848 VISIT(c, expr, elt); in starunpack_helper()
3869 VISIT(c, expr, elt->v.Starred.value); in starunpack_helper()
3873 VISIT(c, expr, elt); in starunpack_helper()
3920 VISIT(c, expr, elt->kind != Starred_kind ? elt : elt->v.Starred.value); in assignment_helper()
3984 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.values, i)); in compiler_subdict()
4003 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.keys, i)); in compiler_subdict()
4004 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.values, i)); in compiler_subdict()
4041 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.values, i)); in compiler_dict()
4083 VISIT(c, expr, e->v.Compare.left); in compiler_compare()
4087 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Compare.comparators, 0)); in compiler_compare()
4095 VISIT(c, expr, in compiler_compare()
4103 VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Compare.comparators, n)); in compiler_compare()
4258 VISIT(c, expr, meth->v.Attribute.value); in maybe_optimize_method_call()
4302 VISIT(c, expr, e->v.Call.func); in compiler_call()
4323 VISIT(c, expr, asdl_seq_GET(e->v.JoinedStr.values, i)); in compiler_joined_str()
4359 VISIT(c, expr, e->v.FormattedValue.value); in compiler_formatted_value()
4373 VISIT(c, expr, e->v.FormattedValue.format_spec); in compiler_formatted_value()
4394 VISIT(c, expr, kw->value); in compiler_subkwargs()
4415 VISIT(c, expr, kw->value); in compiler_subkwargs()
4462 VISIT(c, expr, elt); in compiler_call_helper()
4489 VISIT(c, expr, ((expr_ty)asdl_seq_GET(args, 0))->v.Starred.value); in compiler_call_helper()
4519 VISIT(c, expr, kw->value); in compiler_call_helper()
4622 VISIT(c, expr, elt); in compiler_sync_comprehension_generator()
4627 VISIT(c, expr, gen->iter); in compiler_sync_comprehension_generator()
4637 VISIT(c, expr, gen->target); in compiler_sync_comprehension_generator()
4659 VISIT(c, expr, elt); in compiler_sync_comprehension_generator()
4664 VISIT(c, expr, elt); in compiler_sync_comprehension_generator()
4668 VISIT(c, expr, elt); in compiler_sync_comprehension_generator()
4674 VISIT(c, expr, elt); in compiler_sync_comprehension_generator()
4675 VISIT(c, expr, val); in compiler_sync_comprehension_generator()
4719 VISIT(c, expr, gen->iter); in compiler_async_comprehension_generator()
4735 VISIT(c, expr, gen->target); in compiler_async_comprehension_generator()
4757 VISIT(c, expr, elt); in compiler_async_comprehension_generator()
4762 VISIT(c, expr, elt); in compiler_async_comprehension_generator()
4766 VISIT(c, expr, elt); in compiler_async_comprehension_generator()
4772 VISIT(c, expr, elt); in compiler_async_comprehension_generator()
4773 VISIT(c, expr, val); in compiler_async_comprehension_generator()
4866 VISIT(c, expr, outermost->iter); in compiler_comprehension()
4956 VISIT(c, expr, k->value); in compiler_visit_keyword()
5028 VISIT(c, expr, item->context_expr); in compiler_async_with()
5044 VISIT(c, expr, item->optional_vars); in compiler_async_with()
5125 VISIT(c, expr, item->context_expr); in compiler_with()
5136 VISIT(c, expr, item->optional_vars); in compiler_with()
5181 VISIT(c, expr, e->v.NamedExpr.value); in compiler_visit_expr1()
5183 VISIT(c, expr, e->v.NamedExpr.target); in compiler_visit_expr1()
5188 VISIT(c, expr, e->v.BinOp.left); in compiler_visit_expr1()
5189 VISIT(c, expr, e->v.BinOp.right); in compiler_visit_expr1()
5193 VISIT(c, expr, e->v.UnaryOp.operand); in compiler_visit_expr1()
5216 VISIT(c, expr, e->v.Yield.value); in compiler_visit_expr1()
5230 VISIT(c, expr, e->v.YieldFrom.value); in compiler_visit_expr1()
5247 VISIT(c, expr, e->v.Await.value); in compiler_visit_expr1()
5265 VISIT(c, expr, e->v.Attribute.value); in compiler_visit_expr1()
5346 VISIT(c, expr, e->v.Attribute.value); in compiler_augassign()
5354 VISIT(c, expr, e->v.Subscript.value); in compiler_augassign()
5355 VISIT(c, expr, e->v.Subscript.slice); in compiler_augassign()
5375 VISIT(c, expr, s->v.AugAssign.value); in compiler_augassign()
5401 VISIT(c, expr, e); in check_ann_expr()
5465 VISIT(c, expr, s->v.AnnAssign.value); in compiler_annassign()
5466 VISIT(c, expr, targ); in compiler_annassign()
5477 VISIT(c, annexpr, s->v.AnnAssign.annotation) in compiler_annassign()
5480 VISIT(c, expr, s->v.AnnAssign.annotation); in compiler_annassign()
5609 VISIT(c, expr, e->v.Subscript.value); in compiler_subscript()
5610 VISIT(c, expr, e->v.Subscript.slice); in compiler_subscript()
5623 VISIT(c, expr, s->v.Slice.lower); in compiler_slice()
5630 VISIT(c, expr, s->v.Slice.upper); in compiler_slice()
5638 VISIT(c, expr, s->v.Slice.step); in compiler_slice()
5934 VISIT(c, expr, p->v.MatchClass.cls); in compiler_pattern_class()
6315 VISIT(c, expr, value); in compiler_pattern_value()
6362 VISIT(c, expr, s->v.Match.subject); in compiler_match_inner()