Searched refs:obj2ast_cmpop (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 978 static int obj2ast_cmpop(PyObject* obj, cmpop_ty* out, PyArena* arena); 5448 res = obj2ast_cmpop(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_expr() 6314 obj2ast_cmpop(PyObject* obj, cmpop_ty* out, PyArena* arena) in obj2ast_cmpop() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1179 static int obj2ast_cmpop(PyObject* obj, cmpop_ty* out, PyArena* arena); 6479 res = obj2ast_cmpop(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_expr() 7506 obj2ast_cmpop(PyObject* obj, cmpop_ty* out, PyArena* arena) in obj2ast_cmpop() function
|