Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c778 static int obj2ast_identifier(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_identifier() function
4166 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
4281 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
4396 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
5550 res = obj2ast_identifier(tmp, &module, arena); in obj2ast_stmt()
5628 res = obj2ast_identifier(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_stmt()
5669 res = obj2ast_identifier(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_stmt()
6864 res = obj2ast_identifier(tmp, &attr, arena); in obj2ast_expr()
6992 res = obj2ast_identifier(tmp, &id, arena); in obj2ast_expr()
7750 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_excepthandler()
[all …]
/external/python/cpython2/Python/
DPython-ast.c597 static int obj2ast_identifier(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_identifier() function
3533 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
3630 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
4593 res = obj2ast_identifier(tmp, &module, arena); in obj2ast_stmt()
4714 res = obj2ast_identifier(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_stmt()
5698 res = obj2ast_identifier(tmp, &attr, arena); in obj2ast_expr()
5783 res = obj2ast_identifier(tmp, &id, arena); in obj2ast_expr()
6629 res = obj2ast_identifier(tmp, &vararg, arena); in obj2ast_arguments()
6640 res = obj2ast_identifier(tmp, &kwarg, arena); in obj2ast_arguments()
6694 res = obj2ast_identifier(tmp, &arg, arena); in obj2ast_keyword()
[all …]