Searched refs:comprehension_ty (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | symtable.c | 175 static int symtable_visit_comprehension(struct symtable *st, comprehension_ty); 1436 symtable_visit_comprehension(struct symtable *st, comprehension_ty lc) in symtable_visit_comprehension() 1501 comprehension_ty outermost = ((comprehension_ty) in symtable_handle_comprehension()
|
D | Python-ast.c | 962 static int obj2ast_comprehension(PyObject* obj, comprehension_ty* out, PyArena* 2021 comprehension_ty 2024 comprehension_ty p; in comprehension() 2035 p = (comprehension_ty)PyArena_Malloc(arena, sizeof(*p)); in comprehension() 3125 comprehension_ty o = (comprehension_ty)_o; in ast2obj_comprehension() 5061 comprehension_ty value; in obj2ast_expr() 5110 comprehension_ty value; in obj2ast_expr() 5172 comprehension_ty value; in obj2ast_expr() 5222 comprehension_ty value; in obj2ast_expr() 6228 obj2ast_comprehension(PyObject* obj, comprehension_ty* out, PyArena* arena) in obj2ast_comprehension()
|
D | compile.c | 2600 comprehension_ty l; in compiler_listcomp_generator() 2613 l = (comprehension_ty)asdl_seq_GET(generators, gen_index); in compiler_listcomp_generator() 2680 comprehension_ty gen; in compiler_comprehension_generator() 2693 gen = (comprehension_ty)asdl_seq_GET(generators, gen_index); in compiler_comprehension_generator() 2765 outermost_iter = ((comprehension_ty) in compiler_comprehension()
|
D | ast.c | 1092 comprehension_ty lc; in ast_for_listcomp() 1234 comprehension_ty comp; in ast_for_comprehension()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | symtable.c | 177 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()
|
D | Python-ast.c | 979 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() 5078 comprehension_ty value; in obj2ast_expr() 5127 comprehension_ty value; in obj2ast_expr() 5189 comprehension_ty value; in obj2ast_expr() 5239 comprehension_ty value; in obj2ast_expr() 6245 obj2ast_comprehension(PyObject* obj, comprehension_ty* out, PyArena* arena) in obj2ast_comprehension()
|
D | compile.c | 2620 comprehension_ty l; in compiler_listcomp_generator() 2633 l = (comprehension_ty)asdl_seq_GET(generators, gen_index); in compiler_listcomp_generator() 2700 comprehension_ty gen; in compiler_comprehension_generator() 2713 gen = (comprehension_ty)asdl_seq_GET(generators, gen_index); in compiler_comprehension_generator() 2785 outermost_iter = ((comprehension_ty) in compiler_comprehension()
|
D | ast.c | 1092 comprehension_ty lc; in ast_for_listcomp() 1234 comprehension_ty comp; in ast_for_comprehension()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 27 typedef struct _comprehension *comprehension_ty; typedef 520 comprehension_ty _Py_comprehension(expr_ty target, expr_ty iter, asdl_seq *
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 27 typedef struct _comprehension *comprehension_ty; typedef 520 comprehension_ty _Py_comprehension(expr_ty target, expr_ty iter, asdl_seq *
|