Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c1237 case SetComp_kind: in symtable_visit_expr()
1540 (e->kind == SetComp_kind) ? "'yield' inside set comprehension" : in symtable_handle_comprehension()
Dcompile.c2823 assert(e->kind == SetComp_kind); in compiler_setcomp()
3003 case SetComp_kind: in compiler_visit_expr()
Dast.c436 case SetComp_kind: in set_context()
DPython-ast.c1679 p->kind = SetComp_kind; in SetComp()
2694 case SetComp_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h189 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator
/external/python/cpython3/Python/
Dast_unparse.c876 case SetComp_kind: in append_ast_expr()
Dsymtable.c1643 case SetComp_kind: in symtable_visit_expr()
2038 case SetComp_kind: in symtable_handle_comprehension()
Dast_opt.c530 case SetComp_kind: in astfold_expr()
Dcompile.c4131 case SetComp_kind: in infer_type()
4158 case SetComp_kind: in check_caller()
4186 case SetComp_kind: in check_subscripter()
4931 assert(e->kind == SetComp_kind); in compiler_setcomp()
5209 case SetComp_kind: in compiler_visit_expr1()
DPython-ast.c2791 p->kind = SetComp_kind; in _PyAST_SetComp()
4323 case SetComp_kind: in ast2obj_expr()
/external/python/cpython3/Include/internal/
Dpycore_ast.h334 ListComp_kind=9, SetComp_kind=10, DictComp_kind=11, enumerator
/external/python/cpython3/Parser/
Dpegen.c211 case SetComp_kind: in _PyPegen_get_expr_name()
/external/python/cpython3/Doc/data/
Dpython3.10.abi13516 <enumerator name='SetComp_kind' value='10'/>