Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c516 static PyObject* ast2obj_expr(struct ast_state *state, void*);
3610 value = ast2obj_expr(state, o->v.Expression.body); in ast2obj_mod()
3621 ast2obj_expr); in ast2obj_mod()
3626 value = ast2obj_expr(state, o->v.FunctionType.returns); in ast2obj_mod()
3671 ast2obj_expr); in ast2obj_stmt()
3676 value = ast2obj_expr(state, o->v.FunctionDef.returns); in ast2obj_stmt()
3709 ast2obj_expr); in ast2obj_stmt()
3714 value = ast2obj_expr(state, o->v.AsyncFunctionDef.returns); in ast2obj_stmt()
3735 ast2obj_expr); in ast2obj_stmt()
3753 ast2obj_expr); in ast2obj_stmt()
[all …]