Searched refs:_PyPegen_set_expr_context (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Parser/ |
H A D | action_helpers.c | 305 asdl_seq_SET(new_seq, i, _PyPegen_set_expr_context(p, e, ctx)); in _set_seq_context() 351 return _PyAST_Starred(_PyPegen_set_expr_context(p, e->v.Starred.value, ctx), in _set_starred_context() 357 _PyPegen_set_expr_context(Parser *p, expr_ty expr, expr_context_ty ctx) in _PyPegen_set_expr_context() function
|
H A D | pegen.h | 297 expr_ty _PyPegen_set_expr_context(Parser *, expr_ty, expr_context_ty);
|
H A D | parser.c | 2223 _res = CHECK_VERSION ( stmt_ty , 6 , "Variable annotation syntax is" , _PyAST_AnnAssign ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , b , c , 1 , EXTRA ) ); in assignment_rule() 9001 _res = _PyPegen_set_expr_context ( p , name , Store ); in pattern_capture_target_rule() 11226 _res = CHECK_VERSION ( expr_ty , 8 , "Assignment expressions are" , _PyAST_NamedExpr ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , b , EXTRA ) ); in assignment_expression_rule() 17334 _res = _PyAST_Starred ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , Store , EXTRA ); in star_target_rule() 17552 _res = _PyPegen_set_expr_context ( p , a , Store ); in star_atom_rule() 17582 _res = _PyPegen_set_expr_context ( p , a , Store ); in star_atom_rule() 17723 _res = _PyPegen_set_expr_context ( p , a , Store ); in single_target_rule() 18452 _res = _PyPegen_set_expr_context ( p , a , Del ); in del_t_atom_rule() 18482 _res = _PyPegen_set_expr_context ( p , a , Del ); in del_t_atom_rule() [all...] |
Completed in 45 milliseconds