Home
last modified time | relevance | path

Searched refs:target_with_star_atom_rule (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python39/Python-3.9.9/Parser/pegen/
H A Dparse.c526 static expr_ty target_with_star_atom_rule(Parser *p);
12982 (target_with_star_atom_var = target_with_star_atom_rule(p)) // target_with_star_atom in star_target_rule()
13005 target_with_star_atom_rule(Parser *p) in target_with_star_atom_rule() function
13198 (a = target_with_star_atom_rule(p)) // target_with_star_atom in star_atom_rule()
/dports/lang/python310/Python-3.10.1/Parser/
H A Dparser.c671 static expr_ty target_with_star_atom_rule(Parser *p);
16590 (target_with_star_atom_var = target_with_star_atom_rule(p)) // target_with_star_atom in star_target_rule()
16613 target_with_star_atom_rule(Parser *p) in target_with_star_atom_rule() function
16806 (a = target_with_star_atom_rule(p)) // target_with_star_atom in star_atom_rule()
/dports/lang/python311/Python-3.11.0a3/Parser/
H A Dparser.c674 static expr_ty target_with_star_atom_rule(Parser *p);
16267 (target_with_star_atom_var = target_with_star_atom_rule(p)) // target_with_star_atom in star_target_rule()
16290 target_with_star_atom_rule(Parser *p) in target_with_star_atom_rule() function
16483 (a = target_with_star_atom_rule(p)) // target_with_star_atom in star_atom_rule()