Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c1873 static int obj2ast_withitem(struct ast_state *state, PyObject* obj,
7020 res = obj2ast_withitem(state, tmp2, &val, arena); in obj2ast_stmt()
7126 res = obj2ast_withitem(state, tmp2, &val, arena); in obj2ast_stmt()
10813 obj2ast_withitem(struct ast_state *state, PyObject* obj, withitem_ty* out, in obj2ast_withitem() function