Searched refs:_PyPegen_singleton_seq (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Parser/ |
H A D | action_helpers.c | 31 _PyPegen_singleton_seq(Parser *p, void *a) in _PyPegen_singleton_seq() function 48 return _PyPegen_singleton_seq(p, a); in _PyPegen_seq_insert_in_front() 69 return _PyPegen_singleton_seq(p, a); in _PyPegen_seq_append_to_end()
|
H A D | pegen.h | 286 asdl_seq *_PyPegen_singleton_seq(Parser *, void *);
|
H A D | parser.c | 1351 _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , a ); in statement_rule() 1431 _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , a ); in statement_newline_rule() 1483 _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , CHECK ( stmt_ty , _PyAST_Pass ( EXTRA ) ) ); in statement_newline_rule() 1556 _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , a ); in simple_stmts_rule() 3648 _res = ( asdl_alias_seq* ) _PyPegen_singleton_seq ( p , CHECK ( alias_ty , _PyPegen_alias_for_star ( p , EXTRA ) ) ); in import_from_targets_rule() 5868 _res = _PyAST_If ( a , b , CHECK ( asdl_stmt_seq* , _PyPegen_singleton_seq ( p , c ) ) , EXTRA ); in if_stmt_rule() 6009 _res = _PyAST_If ( a , b , CHECK ( asdl_stmt_seq* , _PyPegen_singleton_seq ( p , c ) ) , EXTRA ); in elif_stmt_rule() 10524 _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA ); in expressions_rule() 10915 _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA ); in star_expressions_rule() 13823 _res = _PyAST_Call ( a , CHECK ( asdl_expr_seq* , ( asdl_expr_seq* ) _PyPegen_singleton_seq ( in primary_raw() [all...] |
Completed in 30 milliseconds