Lines Matching refs:asdl_pattern_seq

654 static asdl_pattern_seq* positional_patterns_rule(Parser *p);
778 static asdl_pattern_seq* invalid_class_argument_pattern_rule(Parser *p);
7672 asdl_pattern_seq* patterns;
7674 (patterns = (asdl_pattern_seq*)open_sequence_pattern_rule(p)) // open_sequence_pattern
7898 asdl_pattern_seq* patterns;
7900 (patterns = (asdl_pattern_seq*)_gather_65_rule(p)) // '|'.closed_pattern+
9871 _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , rest -> v . Name . id , EXTRA );
9914 _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , NULL , EXTRA );
10146 asdl_pattern_seq* patterns;
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 );
10240 asdl_pattern_seq* patterns;
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 );
10305 static asdl_pattern_seq*
10316 asdl_pattern_seq* _res = NULL;
10324 asdl_pattern_seq* args;
10326 (args = (asdl_pattern_seq*)_gather_76_rule(p)) // ','.pattern+
22644 asdl_pattern_seq* a;
22675 static asdl_pattern_seq*
22686 asdl_pattern_seq* _res = NULL;
22697 asdl_pattern_seq* a;
36956 asdl_pattern_seq* positional_patterns_var;