Lines Matching defs:cls
10104 expr_ty cls;
10106 (cls = name_or_attr_rule(p)) // name_or_attr
10123 _res = _PyAST_MatchClass ( cls , NULL , NULL , NULL , EXTRA );
10145 expr_ty cls;
10148 (cls = name_or_attr_rule(p)) // name_or_attr
10169 _res = _PyAST_MatchClass ( cls , patterns , NULL , NULL , EXTRA );
10191 expr_ty cls;
10194 (cls = name_or_attr_rule(p)) // name_or_attr
10215 _res = _PyAST_MatchClass ( cls , NULL , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
10238 expr_ty cls;
10242 (cls = name_or_attr_rule(p)) // name_or_attr
10267 _res = _PyAST_MatchClass ( cls , patterns , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );