Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c347 static PyObject* ast2obj_comprehension(void*);
2688 ast2obj_comprehension); in ast2obj_expr()
2703 ast2obj_comprehension); in ast2obj_expr()
2723 ast2obj_comprehension); in ast2obj_expr()
2738 ast2obj_comprehension); in ast2obj_expr()
3140 ast2obj_comprehension(void* _o) in ast2obj_comprehension() function
/external/python/cpython3/Python/
DPython-ast.c436 static PyObject* ast2obj_comprehension(void*);
3167 value = ast2obj_list(o->v.ListComp.generators, ast2obj_comprehension); in ast2obj_expr()
3181 value = ast2obj_list(o->v.SetComp.generators, ast2obj_comprehension); in ast2obj_expr()
3200 value = ast2obj_list(o->v.DictComp.generators, ast2obj_comprehension); in ast2obj_expr()
3215 ast2obj_comprehension); in ast2obj_expr()
3687 ast2obj_comprehension(void* _o) in ast2obj_comprehension() function