Searched refs:_PyPegen_expect_soft_keyword (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Parser/ |
H A D | pegen.h | 138 expr_ty _PyPegen_expect_soft_keyword(Parser *p, const char *keyword);
|
H A D | pegen.c | 416 _PyPegen_expect_soft_keyword(Parser *p, const char *keyword) in _PyPegen_expect_soft_keyword() function
|
H A D | parser.c | 7372 (_keyword = _PyPegen_expect_soft_keyword(p, "match")) // soft_keyword='"match"' in match_stmt_rule() 7566 (_keyword = _PyPegen_expect_soft_keyword(p, "case")) // soft_keyword='"case"' in case_block_rule() 8993 _PyPegen_lookahead_with_string(0, _PyPegen_expect_soft_keyword, p, "_") in pattern_capture_target_rule() 9050 (_keyword = _PyPegen_expect_soft_keyword(p, "_")) // soft_keyword='"_"' in wildcard_pattern_rule() 22385 (_keyword = _PyPegen_expect_soft_keyword(p, "match")) // soft_keyword='"match"' in invalid_match_stmt_rule() 22416 (a = _PyPegen_expect_soft_keyword(p, "match")) // soft_keyword='"match"' in invalid_match_stmt_rule() 22474 (_keyword = _PyPegen_expect_soft_keyword(p, "case")) // soft_keyword='"case"' in invalid_case_block_rule() 22509 (a = _PyPegen_expect_soft_keyword(p, "case")) // soft_keyword='"case"' in invalid_case_block_rule() 22569 (a = _PyPegen_expect_soft_keyword(p, "_")) // soft_keyword='"_"' in invalid_as_pattern_rule() [all...] |
Completed in 38 milliseconds