Searched refs:obj2ast_operator (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 976 static int obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena); 3870 res = obj2ast_operator(tmp, &op, arena); in obj2ast_stmt() 4909 res = obj2ast_operator(tmp, &op, arena); in obj2ast_expr() 6156 obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena) in obj2ast_operator() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1177 static int obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena); 4676 res = obj2ast_operator(tmp, &op, arena); in obj2ast_stmt() 5869 res = obj2ast_operator(tmp, &op, arena); in obj2ast_expr() 7350 obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena) in obj2ast_operator() function
|