Home
last modified time | relevance | path

Searched refs:GeneratorExp_kind (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c1225 case GeneratorExp_kind: in symtable_visit_expr()
1499 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension()
Dcompile.c2826 assert(e->kind == GeneratorExp_kind); in compiler_genexp()
3025 case GeneratorExp_kind: in compiler_visit_expr()
DPython-ast.c1710 p->kind = GeneratorExp_kind; in GeneratorExp()
2712 case GeneratorExp_kind: in ast2obj_expr()
Dast.c427 case GeneratorExp_kind: in set_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1227 case GeneratorExp_kind: in symtable_visit_expr()
1501 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension()
Dcompile.c2846 assert(e->kind == GeneratorExp_kind); in compiler_genexp()
3045 case GeneratorExp_kind: in compiler_visit_expr()
DPython-ast.c1727 p->kind = GeneratorExp_kind; in GeneratorExp()
2729 case GeneratorExp_kind: in ast2obj_expr()
Dast.c427 case GeneratorExp_kind: in set_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h189 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h189 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator