Lines Matching refs:target
43 "comprehension inner loop cannot rebind assignment expression target '%U'"
1252 if (s->v.AnnAssign.target->kind == Name_kind) {
1253 expr_ty e_name = s->v.AnnAssign.target;
1284 VISIT(st, expr, s->v.AnnAssign.target);
1295 VISIT(st, expr, s->v.AugAssign.target);
1299 VISIT(st, expr, s->v.For.target);
1465 VISIT(st, expr, s->v.AsyncFor.target);
1491 /* If we find a comprehension scope, check for a target
1565 /* Inside a comprehension body, so find the right target scope */
1566 if (!symtable_extend_namedexpr_scope(st, e->v.NamedExpr.target))
1570 VISIT(st, expr, e->v.NamedExpr.target);
1986 VISIT(st, expr, lc->target);
2049 /* Visit iteration variable target, and mark them as such */
2051 VISIT(st, expr, outermost->target);