Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c565 static PyObject* ast2obj_object(void *o) in ast2obj_object() function
572 #define ast2obj_identifier ast2obj_object
573 #define ast2obj_string ast2obj_object
2819 value = ast2obj_object(o->v.Num.n); in ast2obj_expr()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c994 static PyObject* ast2obj_object(struct ast_state *Py_UNUSED(state), void *o) in ast2obj_object() function
1001 #define ast2obj_constant ast2obj_object
1002 #define ast2obj_identifier ast2obj_object
1003 #define ast2obj_string ast2obj_object