Searched refs:CALL_SEQ (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Python/ |
H A D | ast_opt.c | 648 #define CALL_SEQ(FUNC, TYPE, ARG) { \ macro 663 CALL_SEQ(astfold_stmt, stmt, stmts); in astfold_body() 690 CALL_SEQ(astfold_stmt, stmt, node_->v.Interactive.body); in astfold_mod() 714 CALL_SEQ(astfold_expr, expr, node_->v.BoolOp.values); in astfold_expr() 735 CALL_SEQ(astfold_expr, expr, node_->v.Dict.keys); in astfold_expr() 736 CALL_SEQ(astfold_expr, expr, node_->v.Dict.values); in astfold_expr() 739 CALL_SEQ(astfold_expr, expr, node_->v.Set.elts); in astfold_expr() 743 CALL_SEQ(astfold_comprehension, comprehension, node_->v.ListComp.generators); in astfold_expr() 747 CALL_SEQ(astfold_comprehension, comprehension, node_->v.SetComp.generators); in astfold_expr() 752 CALL_SEQ(astfold_comprehensio in astfold_expr() 1073 #undef CALL_SEQ global() macro [all...] |
Completed in 2 milliseconds