Lines Matching refs:REQ

796                 REQ(ch, stmt);  in PyAST_FromNodeObject()
806 REQ(ch, simple_stmt); in PyAST_FromNodeObject()
818 REQ(ch, ENDMARKER); in PyAST_FromNodeObject()
872 REQ(n, simple_stmt); in PyAST_FromNodeObject()
888 REQ(n, func_type); in PyAST_FromNodeObject()
1179 REQ(n, augassign); in ast_for_augassign()
1227 REQ(n, comp_op); in ast_for_comp_op()
1684 REQ(n, decorator); in ast_for_decorator()
1685 REQ(CHILD(n, 0), AT); in ast_for_decorator()
1686 REQ(CHILD(n, 2), NEWLINE); in ast_for_decorator()
1698 REQ(n, decorators); in ast_for_decorators()
1733 REQ(n, funcdef); in ast_for_funcdef_impl()
1787 REQ(n, async_funcdef); in ast_for_async_funcdef()
1788 REQ(CHILD(n, 0), ASYNC); in ast_for_async_funcdef()
1789 REQ(CHILD(n, 1), funcdef); in ast_for_async_funcdef()
1808 REQ(n, async_stmt); in ast_for_async_stmt()
1809 REQ(CHILD(n, 0), ASYNC); in ast_for_async_stmt()
1838 REQ(n, decorated); in ast_for_decorated()
1956 REQ(n, comp_for); in count_comp_fors()
1958 REQ(CHILD(n, 0), ASYNC); in count_comp_fors()
1974 REQ(n, comp_iter); in count_comp_fors()
2005 REQ(n, comp_iter); in count_comp_ifs()
2009 REQ(n, comp_if); in count_comp_ifs()
2039 REQ(n, comp_for); in ast_for_comprehension()
2043 REQ(CHILD(n, 0), ASYNC); in ast_for_comprehension()
2049 REQ(sync_n, sync_comp_for); in ast_for_comprehension()
2094 REQ(n, comp_iter); in ast_for_comprehension()
2096 REQ(n, comp_if); in ast_for_comprehension()
2181 REQ(CHILD(n, *i + 1), COLON); in ast_for_dictelement()
2402 REQ(ch, testlist_comp); in ast_for_atom()
2468 REQ(n, subscript); in ast_for_slice()
2585 REQ(n, trailer); in ast_for_trailer()
2603 REQ(CHILD(n, 0), LSQB); in ast_for_trailer()
2604 REQ(CHILD(n, 2), RSQB); in ast_for_trailer()
2674 REQ(n, atom_expr); in ast_for_atom_expr()
2722 REQ(n, power); in ast_for_power()
2742 REQ(n, star_expr); in ast_for_starred()
2945 REQ(n, arglist); in ast_for_call()
3163 REQ(n, expr_stmt); in ast_for_expr_stmt()
3316 REQ(CHILD(n, 1), EQUAL); in ast_for_expr_stmt()
3368 REQ(n, exprlist); in ast_for_exprlist()
3390 REQ(n, del_stmt); in ast_for_del_stmt()
3414 REQ(n, flow_stmt); in ast_for_flow_stmt()
3596 REQ(n, import_stmt); in ast_for_import_stmt()
3602 REQ(n, dotted_as_names); in ast_for_import_stmt()
3708 REQ(n, global_stmt); in ast_for_global_stmt()
3730 REQ(n, nonlocal_stmt); in ast_for_nonlocal_stmt()
3748 REQ(n, assert_stmt); in ast_for_assert_stmt()
3785 REQ(n, suite); in ast_for_suite()
3813 REQ(CHILD(n, 2), NEWLINE); in ast_for_suite()
3818 REQ(ch, stmt); in ast_for_suite()
3830 REQ(ch, simple_stmt); in ast_for_suite()
3869 REQ(n, if_stmt); in ast_for_if_stmt()
3996 REQ(n, while_stmt); in ast_for_while_stmt()
4057 REQ(n, for_stmt); in ast_for_for_stmt()
4117 REQ(exc, except_clause); in ast_for_except_clause()
4118 REQ(body, suite); in ast_for_except_clause()
4181 REQ(n, try_stmt); in ast_for_try_stmt()
4257 REQ(n, with_item); in ast_for_with_item()
4290 REQ(n, with_stmt); in ast_for_with_stmt()
4336 REQ(n, classdef); in ast_for_classdef()
4448 REQ(n, compound_stmt); in ast_for_stmt()
5426 REQ(n, STRING); in make_kind()
5778 REQ(CHILD(n, i), STRING); in parsestrplus()