Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h631 mod_ty _PyAST_Expression(expr_ty body, PyArena *arena);
/third_party/python/Grammar/
Dpython.gram33 eval[mod_ty]: a=expressions NEWLINE* ENDMARKER { _PyAST_Expression(a, p->arena) }
/third_party/python/Python/
DPython-ast.c1909 _PyAST_Expression(expr_ty body, PyArena *arena) in _PyAST_Expression() function
5503 *out = _PyAST_Expression(body, arena); in obj2ast_mod()
/third_party/python/Parser/
Dparser.c1056 _res = _PyAST_Expression ( a , p -> arena ); in eval_rule()