Searched refs:_PyPegen_empty_arguments (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Parser/ |
H A D | pegen.h | 309 arguments_ty _PyPegen_empty_arguments(Parser *);
|
H A D | action_helpers.c | 724 _PyPegen_empty_arguments(Parser *p) in _PyPegen_empty_arguments() function
|
H A D | parser.c | 4464 _res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , NULL , a , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ); in function_def_raw_rule() 4524 _res = CHECK_VERSION ( stmt_ty , 5 , "Async functions are" , _PyAST_AsyncFunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , NULL , a , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ) ); in function_def_raw_rule() 14546 _res = _PyAST_Lambda ( ( a ) ? a : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , EXTRA ); in lambdef_rule() [all...] |
Completed in 42 milliseconds