Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dpegen.h124 int _PyPegen_lookahead(int, void *(func)(Parser *), Parser *);
Dparse.c1604 _PyPegen_lookahead(1, _tmp_14_rule, p) in small_stmt_rule()
1875 _PyPegen_lookahead(1, _tmp_15_rule, p) in compound_stmt_rule()
1917 _PyPegen_lookahead(1, _tmp_16_rule, p) in compound_stmt_rule()
1938 _PyPegen_lookahead(1, _tmp_17_rule, p) in compound_stmt_rule()
1959 _PyPegen_lookahead(1, _tmp_18_rule, p) in compound_stmt_rule()
2864 _PyPegen_lookahead(1, _tmp_30_rule, p) in del_stmt_rule()
4320 _PyPegen_lookahead(1, _tmp_47_rule, p) in with_item_rule()
5055 _PyPegen_lookahead(1, _tmp_53_rule, p) in func_type_comment_rule()
10863 _PyPegen_lookahead(1, _PyPegen_string_token, p) in atom_rule()
12919 _PyPegen_lookahead(0, t_lookahead_rule, p) in star_target_rule()
[all …]
Dpegen.c770 _PyPegen_lookahead(int positive, void *(func)(Parser *), Parser *p) in _PyPegen_lookahead() function