Searched refs:_PyAST_Expr (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 703 stmt_ty _PyAST_Expr(expr_ty value, int lineno, int col_offset, int end_lineno,
|
| /third_party/python/Grammar/ |
| D | python.gram | 69 | e=star_expressions { _PyAST_Expr(e, EXTRA) } 129 yield_stmt[stmt_ty]: y=yield_expr { _PyAST_Expr(y, EXTRA) }
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2474 _PyAST_Expr(expr_ty value, int lineno, int col_offset, int end_lineno, int in _PyAST_Expr() function 7786 *out = _PyAST_Expr(value, lineno, col_offset, end_lineno, in obj2ast_stmt()
|
| /third_party/python/Parser/ |
| D | parser.c | 1828 _res = _PyAST_Expr ( e , EXTRA ); in simple_stmt_rule() 3051 _res = _PyAST_Expr ( y , EXTRA ); in yield_stmt_rule()
|