Home
last modified time | relevance | path

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

/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
/external/python/cpython2/Python/
Dsymtable.c1231 case SetComp_kind: in symtable_visit_expr()
Dcompile.c2822 assert(e->kind == SetComp_kind); in compiler_setcomp()
3002 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/cpython3/Python/
Dsymtable.c1442 case SetComp_kind: in symtable_visit_expr()
Dcompile.c4008 assert(e->kind == SetComp_kind); in compiler_setcomp()
4291 case SetComp_kind: in compiler_visit_expr()
DPython-ast.c1952 p->kind = SetComp_kind; in SetComp()
3188 case SetComp_kind: in ast2obj_expr()
Dast.c1053 case SetComp_kind: in set_context()