• Home
  • Raw
  • Download

Lines Matching refs:asdl_seq_SET

257                     asdl_seq_SET(stmts, k++, s);  in PyAST_FromNode()
266 asdl_seq_SET(stmts, k++, s); in PyAST_FromNode()
285 asdl_seq_SET(stmts, 0, Pass(n->n_lineno, n->n_col_offset, in PyAST_FromNode()
301 asdl_seq_SET(stmts, 0, s); in PyAST_FromNode()
312 asdl_seq_SET(stmts, i / 2, s); in PyAST_FromNode()
602 asdl_seq_SET(seq, i / 2, expression); in seq_for_testlist()
650 asdl_seq_SET(args, i, arg); in compiler_complex_args()
716 asdl_seq_SET(defaults, j++, expression); in ast_for_arguments()
740 asdl_seq_SET(args, k++, compiler_complex_args(c, ch)); in ast_for_arguments()
765 asdl_seq_SET(args, k++, name); in ast_for_arguments()
887 asdl_seq_SET(decorator_seq, i, d); in ast_for_decorators()
1143 asdl_seq_SET(ifs, j, list_for_expr); in ast_for_listcomp()
1152 asdl_seq_SET(listcomps, i, lc); in ast_for_listcomp()
1282 asdl_seq_SET(ifs, j, expression); in ast_for_comprehension()
1291 asdl_seq_SET(comps, i, comp); in ast_for_comprehension()
1462 asdl_seq_SET(elts, i / 2, expression); in ast_for_atom()
1488 asdl_seq_SET(keys, i / 4, expression); in ast_for_atom()
1494 asdl_seq_SET(values, i / 4, expression); in ast_for_atom()
1702 asdl_seq_SET(slices, j / 2, slc); in ast_for_trailer()
1715 asdl_seq_SET(elts, j, slc->v.Index.value); in ast_for_trailer()
1875 asdl_seq_SET(seq, i / 2, e); in ast_for_expr()
1924 asdl_seq_SET(ops, i / 2, newoperator); in ast_for_expr()
1925 asdl_seq_SET(cmps, i / 2, expression); in ast_for_expr()
2044 asdl_seq_SET(args, nargs++, e); in ast_for_call()
2050 asdl_seq_SET(args, nargs++, e); in ast_for_call()
2092 asdl_seq_SET(keywords, nkeywords++, kw); in ast_for_call()
2166 asdl_seq_SET(bases, 0, base); in ast_for_class_bases()
2257 asdl_seq_SET(targets, i / 2, e); in ast_for_expr_stmt()
2298 asdl_seq_SET(seq, j, expression); in ast_for_print_stmt()
2321 asdl_seq_SET(seq, i / 2, e); in ast_for_exprlist()
2563 asdl_seq_SET(aliases, i / 2, import_alias); in ast_for_import_stmt()
2623 asdl_seq_SET(aliases, 0, import_alias); in ast_for_import_stmt()
2630 asdl_seq_SET(aliases, i / 2, import_alias); in ast_for_import_stmt()
2660 asdl_seq_SET(s, i / 2, name); in ast_for_global_stmt()
2768 asdl_seq_SET(seq, pos++, s); in ast_for_suite()
2781 asdl_seq_SET(seq, pos++, s); in ast_for_suite()
2796 asdl_seq_SET(seq, pos++, s); in ast_for_suite()
2883 asdl_seq_SET(orelse, 0, in ast_for_if_stmt()
2904 asdl_seq_SET(newobj, 0, in ast_for_if_stmt()
3118 asdl_seq_SET(handlers, i, e); in ast_for_try_stmt()
3131 asdl_seq_SET(body, 0, except_st); in ast_for_try_stmt()
3193 asdl_seq_SET(inner, 0, ret); in ast_for_with_stmt()