Home
last modified time | relevance | path

Searched refs:CALL_SEQ (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dast_opt.c435 #define CALL_SEQ(FUNC, TYPE, ARG) { \ macro
474 CALL_SEQ(astfold_stmt, stmt_ty, stmts); in astfold_body()
502 CALL_SEQ(astfold_stmt, stmt_ty, node_->v.Interactive.body); in astfold_mod()
508 CALL_SEQ(astfold_stmt, stmt_ty, node_->v.Suite.body); in astfold_mod()
521 CALL_SEQ(astfold_expr, expr_ty, node_->v.BoolOp.values); in astfold_expr()
542 CALL_SEQ(astfold_expr, expr_ty, node_->v.Dict.keys); in astfold_expr()
543 CALL_SEQ(astfold_expr, expr_ty, node_->v.Dict.values); in astfold_expr()
546 CALL_SEQ(astfold_expr, expr_ty, node_->v.Set.elts); in astfold_expr()
550 CALL_SEQ(astfold_comprehension, comprehension_ty, node_->v.ListComp.generators); in astfold_expr()
554 CALL_SEQ(astfold_comprehension, comprehension_ty, node_->v.SetComp.generators); in astfold_expr()
[all …]