Home
last modified time | relevance | path

Searched refs:ListComp_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.c874 case ListComp_kind: in append_ast_expr()
Dsymtable.c1639 case ListComp_kind: in symtable_visit_expr()
2035 case ListComp_kind: in symtable_handle_comprehension()
Dast_opt.c526 case ListComp_kind: in astfold_expr()
Dcompile.c4124 case ListComp_kind: in infer_type()
4153 case ListComp_kind: in check_caller()
4217 case ListComp_kind: in check_index()
4915 assert(e->kind == ListComp_kind); in compiler_listcomp()
5206 case ListComp_kind: in compiler_visit_expr1()
DPython-ast.c2767 p->kind = ListComp_kind; in _PyAST_ListComp()
4307 case ListComp_kind: in ast2obj_expr()
/third_party/python/Parser/
Dpegen.c209 case ListComp_kind: in _PyPegen_get_expr_name()