Home
last modified time | relevance | path

Searched refs:_PyPegen_arguments_parsing_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.h326 void *_PyPegen_arguments_parsing_error(Parser *, expr_ty);
Daction_helpers.c1248 void *_PyPegen_arguments_parsing_error(Parser *p, expr_ty e) { in _PyPegen_arguments_parsing_error() function
Dparser.c19112 _res = _PyPegen_arguments_parsing_error ( p , a ); in invalid_arguments_rule()
/aosp_15_r20/external/python/cpython3/Grammar/
Dpython.gram1086 | a=args ',' args { _PyPegen_arguments_parsing_error(p, a) }