Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c551 if (expr->kind == GeneratorExp_kind) { in append_ast_call()
872 case GeneratorExp_kind: in append_ast_expr()
Dsymtable.c1635 case GeneratorExp_kind: in symtable_visit_expr()
2020 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension()
Dast_opt.c539 case GeneratorExp_kind: in astfold_expr()
Dcompile.c4132 case GeneratorExp_kind: in infer_type()
4158 case GeneratorExp_kind: in check_caller()
4186 case GeneratorExp_kind: in check_subscripter()
4900 assert(e->kind == GeneratorExp_kind); in compiler_genexp()
5204 case GeneratorExp_kind: in compiler_visit_expr1()
DPython-ast.c2845 p->kind = GeneratorExp_kind; in _PyAST_GeneratorExp()
4360 case GeneratorExp_kind: in ast2obj_expr()
/third_party/python/Include/internal/
Dpycore_ast.h335 GeneratorExp_kind=12, Await_kind=13, Yield_kind=14, enumerator
/third_party/python/Parser/
Dpegen.c203 case GeneratorExp_kind: in _PyPegen_get_expr_name()