Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h334 ListComp_kind=9, SetComp_kind=10, DictComp_kind=11, enumerator
/third_party/python/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.c4130 case SetComp_kind: in infer_type()
4157 case SetComp_kind: in check_caller()
4185 case SetComp_kind: in check_subscripter()
4930 assert(e->kind == SetComp_kind); in compiler_setcomp()
5208 case SetComp_kind: in compiler_visit_expr1()
DPython-ast.c2791 p->kind = SetComp_kind; in _PyAST_SetComp()
4323 case SetComp_kind: in ast2obj_expr()
/third_party/python/Parser/
Dpegen.c211 case SetComp_kind: in _PyPegen_get_expr_name()