Home
last modified time | relevance | path

Searched refs:Yield_kind (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h190 Yield_kind=12, Compare_kind=13, Call_kind=14, Repr_kind=15, enumerator
/external/python/cpython3/Python/
Dast_unparse.c875 case Yield_kind: in append_ast_expr()
Dast_opt.c519 case Yield_kind: in astfold_expr()
Dsymtable.c1595 case Yield_kind: in symtable_visit_expr()
Dast.c266 case Yield_kind: in validate_expr()
1060 case Yield_kind: in get_expr_name()
DPython-ast.c2881 p->kind = Yield_kind; in Yield()
4153 case Yield_kind: in ast2obj_expr()
Dcompile.c5026 case Yield_kind: in compiler_visit_expr1()
/external/python/cpython3/Include/
DPython-ast.h229 GeneratorExp_kind=12, Await_kind=13, Yield_kind=14, enumerator
/external/python/cpython2/Python/
Dsymtable.c1245 case Yield_kind: in symtable_visit_expr()
Dast.c430 case Yield_kind: in set_context()
DPython-ast.c1742 p->kind = Yield_kind; in Yield()
2744 case Yield_kind: in ast2obj_expr()
Dcompile.c3009 case Yield_kind: in compiler_visit_expr()
/external/python/cpython3/Parser/pegen/
Dpegen.c186 case Yield_kind: in _PyPegen_get_expr_name()