Lines Matching refs:REQ

251                 REQ(ch, stmt);  in PyAST_FromNode()
261 REQ(ch, simple_stmt); in PyAST_FromNode()
305 REQ(n, simple_stmt); in PyAST_FromNode()
490 REQ(n, augassign); in ast_for_augassign()
531 REQ(n, comp_op); in ast_for_comp_op()
619 REQ(n, fplist); in compiler_complex_args()
679 REQ(n, varargslist); in ast_for_arguments()
811 REQ(n, dotted_name); in ast_for_dotted_name()
842 REQ(n, decorator); in ast_for_decorator()
843 REQ(CHILD(n, 0), AT); in ast_for_decorator()
844 REQ(RCHILD(n, -1), NEWLINE); in ast_for_decorator()
878 REQ(n, decorators); in ast_for_decorators()
901 REQ(n, funcdef); in ast_for_funcdef()
926 REQ(n, decorated); in ast_for_decorated()
1014 REQ(ch, list_for); in count_list_fors()
1020 REQ(ch, list_iter); in count_list_fors()
1049 REQ(n, list_iter); in count_list_ifs()
1053 REQ(n, list_if); in count_list_ifs()
1075 REQ(n, listmaker); in ast_for_listcomp()
1097 REQ(ch, list_for); in ast_for_listcomp()
1135 REQ(ch, list_iter); in ast_for_listcomp()
1137 REQ(ch, list_if); in ast_for_listcomp()
1171 REQ(n, comp_for); in count_comp_fors()
1177 REQ(n, comp_iter); in count_comp_fors()
1207 REQ(n, comp_iter); in count_comp_ifs()
1211 REQ(n, comp_if); in count_comp_ifs()
1239 REQ(n, comp_for); in ast_for_comprehension()
1275 REQ(n, comp_iter); in ast_for_comprehension()
1277 REQ(n, comp_if); in ast_for_comprehension()
1328 REQ(CHILD(n, 1), COLON); in ast_for_dictcomp()
1428 REQ(ch, listmaker); in ast_for_atom()
1522 REQ(n, subscript); in ast_for_slice()
1657 REQ(n, trailer); in ast_for_trailer()
1673 REQ(CHILD(n, 0), LSQB); in ast_for_trailer()
1674 REQ(CHILD(n, 2), RSQB); in ast_for_trailer()
1789 REQ(n, power); in ast_for_power()
1991 REQ(n, arglist); in ast_for_call()
2157 REQ(n, testlist); in ast_for_class_bases()
2176 REQ(n, expr_stmt); in ast_for_expr_stmt()
2238 REQ(CHILD(n, 1), EQUAL); in ast_for_expr_stmt()
2282 REQ(n, print_stmt); in ast_for_print_stmt()
2312 REQ(n, exprlist); in ast_for_exprlist()
2334 REQ(n, del_stmt); in ast_for_del_stmt()
2357 REQ(n, flow_stmt); in ast_for_flow_stmt()
2551 REQ(n, import_stmt); in ast_for_import_stmt()
2557 REQ(n, dotted_as_names); in ast_for_import_stmt()
2654 REQ(n, global_stmt); in ast_for_global_stmt()
2680 REQ(n, exec_stmt); in ast_for_exec_stmt()
2715 REQ(n, assert_stmt); in ast_for_assert_stmt()
2750 REQ(n, suite); in ast_for_suite()
2776 REQ(ch, stmt); in ast_for_suite()
2788 REQ(ch, simple_stmt); in ast_for_suite()
2815 REQ(n, if_stmt); in ast_for_if_stmt()
2931 REQ(n, while_stmt); in ast_for_while_stmt()
2978 REQ(n, for_stmt); in ast_for_for_stmt()
3013 REQ(exc, except_clause); in ast_for_except_clause()
3014 REQ(body, suite); in ast_for_except_clause()
3070 REQ(n, try_stmt); in ast_for_try_stmt()
3147 REQ(n, with_item); in ast_for_with_item()
3174 REQ(n, with_stmt); in ast_for_with_stmt()
3208 REQ(n, classdef); in ast_for_classdef()
3298 REQ(n, compound_stmt); in ast_for_stmt()
3559 REQ(CHILD(n, 0), STRING); in parsestrplus()