Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c355 else if (arg->kind == Set_kind) { in fold_iter()
496 case Set_kind: in astfold_expr()
Dast_unparse.c865 case Set_kind: in append_ast_expr()
Dcompile.c3979 case Set_kind: in infer_type()
4006 case Set_kind: in check_caller()
4034 case Set_kind: in check_subscripter()
5016 case Set_kind: in compiler_visit_expr1()
Dsymtable.c1576 case Set_kind: in symtable_visit_expr()
Dast.c252 case Set_kind: in validate_expr()
1073 case Set_kind: in get_expr_name()
DPython-ast.c2744 p->kind = Set_kind; in Set()
4064 case Set_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h188 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_kind=8, enumerator
/external/python/cpython3/Include/
DPython-ast.h227 Lambda_kind=5, IfExp_kind=6, Dict_kind=7, Set_kind=8, enumerator
/external/python/cpython2/Python/
Dsymtable.c1226 case Set_kind: in symtable_visit_expr()
Dast.c443 case Set_kind: in set_context()
DPython-ast.c1638 p->kind = Set_kind; in Set()
2670 case Set_kind: in ast2obj_expr()
Dcompile.c2996 case Set_kind: in compiler_visit_expr()
/external/python/cpython3/Parser/pegen/
Dpegen.c199 case Set_kind: in _PyPegen_get_expr_name()