Searched refs:_PyPegen_seq_append_to_end (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Grammar/ |
D | python.gram | 40 (asdl_expr_seq*)_PyPegen_seq_append_to_end( 42 CHECK(asdl_seq*, _PyPegen_seq_append_to_end(p, a, b)), 44 | a=','.expression+ ',' '*' b=expression { (asdl_expr_seq*)_PyPegen_seq_append_to_end(p, a, b) } 45 … | a=','.expression+ ',' '**' b=expression { (asdl_expr_seq*)_PyPegen_seq_append_to_end(p, a, b) } 47 (asdl_expr_seq*)_PyPegen_seq_append_to_end(
|
/external/python/cpython3/Parser/ |
D | pegen.h | 259 asdl_seq *_PyPegen_seq_append_to_end(Parser *, asdl_seq *, void *);
|
D | pegen.c | 1543 _PyPegen_seq_append_to_end(Parser *p, asdl_seq *seq, void *a) in _PyPegen_seq_append_to_end() function
|
D | parser.c | 1226 …_res = ( asdl_expr_seq * ) _PyPegen_seq_append_to_end ( p , CHECK ( asdl_seq * , _PyPegen_seq_appe… in type_expressions_rule() 1259 _res = ( asdl_expr_seq * ) _PyPegen_seq_append_to_end ( p , a , b ); in type_expressions_rule() 1292 _res = ( asdl_expr_seq * ) _PyPegen_seq_append_to_end ( p , a , b ); in type_expressions_rule() 1328 …_res = ( asdl_expr_seq * ) _PyPegen_seq_append_to_end ( p , CHECK ( asdl_seq * , _PyPegen_singleto… in type_expressions_rule()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1970 …<function-decl name='_PyPegen_seq_append_to_end' mangled-name='_PyPegen_seq_append_to_end' filepat…
|