Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dparse.c1291 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in statement_newline_rule()
1514 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in small_stmt_rule()
2036 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in assignment_rule()
2594 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in global_stmt_rule()
2656 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in nonlocal_stmt_rule()
2718 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in yield_stmt_rule()
2777 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in assert_stmt_rule()
2842 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in del_stmt_rule()
2980 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in import_name_rule()
3044 if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) { in import_from_rule()
[all …]
Dpegen.h129 int _PyPegen_fill_token(Parser *p);
Dpegen.c579 _PyPegen_fill_token(Parser *p) in _PyPegen_fill_token() function
716 if (_PyPegen_fill_token(p) < 0) { in _PyPegen_is_memoized()
782 if (_PyPegen_fill_token(p) < 0) { in _PyPegen_expect_token()
799 if (_PyPegen_fill_token(p) < 0) { in _PyPegen_expect_soft_keyword()