Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c518 if (expr->kind == GeneratorExp_kind) { in append_ast_call()
828 case GeneratorExp_kind: in append_ast_expr()
Dsymtable.c1421 case GeneratorExp_kind: in symtable_visit_expr()
1710 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension()
Dast_opt.c561 case GeneratorExp_kind: in astfold_expr()
Dcompile.c4133 assert(e->kind == GeneratorExp_kind); in compiler_genexp()
4421 case GeneratorExp_kind: in compiler_visit_expr()
DPython-ast.c1988 p->kind = GeneratorExp_kind; in GeneratorExp()
3206 case GeneratorExp_kind: in ast2obj_expr()
Dast.c1022 case GeneratorExp_kind: in set_context()
/external/python/cpython2/Python/
Dsymtable.c1233 case GeneratorExp_kind: in symtable_visit_expr()
1506 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension()
Dcompile.c2808 assert(e->kind == GeneratorExp_kind); in compiler_genexp()
3007 case GeneratorExp_kind: in compiler_visit_expr()
Dast.c427 case GeneratorExp_kind: in set_context()
DPython-ast.c1727 p->kind = GeneratorExp_kind; in GeneratorExp()
2729 case GeneratorExp_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h189 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator
/external/python/cpython3/Include/
DPython-ast.h209 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator