Home
last modified time | relevance | path

Searched refs:_PyAST_Expr (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h703 stmt_ty _PyAST_Expr(expr_ty value, int lineno, int col_offset, int end_lineno,
/third_party/python/Grammar/
Dpython.gram69 | e=star_expressions { _PyAST_Expr(e, EXTRA) }
129 yield_stmt[stmt_ty]: y=yield_expr { _PyAST_Expr(y, EXTRA) }
/third_party/python/Python/
DPython-ast.c2474 _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/
Dparser.c1828 _res = _PyAST_Expr ( e , EXTRA ); in simple_stmt_rule()
3051 _res = _PyAST_Expr ( y , EXTRA ); in yield_stmt_rule()