Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.h132 int _PyPegen_lookahead_with_string(int , expr_ty (func)(Parser *, const char*), Parser *, const cha…
Dpegen.c337 _PyPegen_lookahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, cons… in _PyPegen_lookahead_with_string() function
Dparser.c8993 _PyPegen_lookahead_with_string(0, _PyPegen_expect_soft_keyword, p, "_") in pattern_capture_target_rule()