Lines Matching refs:Lambda
202 static identifier top = NULL, lambda = NULL, genexpr = NULL,
1393 if (!GET_IDENTIFIER(lambda))
1395 if (e->v.Lambda.args->defaults)
1396 VISIT_SEQ(st, expr, e->v.Lambda.args->defaults);
1397 if (e->v.Lambda.args->kw_defaults)
1398 VISIT_SEQ_WITH_NULL(st, expr, e->v.Lambda.args->kw_defaults);
1399 if (!symtable_enter_block(st, lambda,
1403 VISIT(st, arguments, e->v.Lambda.args);
1404 VISIT(st, expr, e->v.Lambda.body);