Searched refs:_PyPegen_lookahead_with_string (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Parser/ |
D | pegen.h | 132 int _PyPegen_lookahead_with_string(int , expr_ty (func)(Parser *, const char*), Parser *, const cha…
|
D | pegen.c | 337 _PyPegen_lookahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, cons… in _PyPegen_lookahead_with_string() function
|
D | parser.c | 8993 _PyPegen_lookahead_with_string(0, _PyPegen_expect_soft_keyword, p, "_") in pattern_capture_target_rule()
|