Home
last modified time | relevance | path

Searched refs:comprehension_ty (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dsymtable.c177 static int symtable_visit_comprehension(struct symtable *st, comprehension_ty);
1438 symtable_visit_comprehension(struct symtable *st, comprehension_ty lc) in symtable_visit_comprehension()
1503 comprehension_ty outermost = ((comprehension_ty) in symtable_handle_comprehension()
DPython-ast.c979 static int obj2ast_comprehension(PyObject* obj, comprehension_ty* out, PyArena*
2038 comprehension_ty
2041 comprehension_ty p; in comprehension()
2052 p = (comprehension_ty)PyArena_Malloc(arena, sizeof(*p)); in comprehension()
3142 comprehension_ty o = (comprehension_ty)_o; in ast2obj_comprehension()
5198 comprehension_ty value; in obj2ast_expr()
5251 comprehension_ty value; in obj2ast_expr()
5317 comprehension_ty value; in obj2ast_expr()
5371 comprehension_ty value; in obj2ast_expr()
6409 obj2ast_comprehension(PyObject* obj, comprehension_ty* out, PyArena* arena) in obj2ast_comprehension()
Dcompile.c2581 comprehension_ty l; in compiler_listcomp_generator()
2594 l = (comprehension_ty)asdl_seq_GET(generators, gen_index); in compiler_listcomp_generator()
2661 comprehension_ty gen; in compiler_comprehension_generator()
2674 gen = (comprehension_ty)asdl_seq_GET(generators, gen_index); in compiler_comprehension_generator()
2746 outermost_iter = ((comprehension_ty) in compiler_comprehension()
Dast.c1092 comprehension_ty lc; in ast_for_listcomp()
1234 comprehension_ty comp; in ast_for_comprehension()
/external/python/cpython2/Include/
DPython-ast.h27 typedef struct _comprehension *comprehension_ty; typedef
520 comprehension_ty _Py_comprehension(expr_ty target, expr_ty iter, asdl_seq *