Home
last modified time | relevance | path

Searched refs:List_kind (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Python/
Dast.c212 case List_kind: in validate_expr()
348 case List_kind: in validate_expr()
Dast_opt.c353 if (arg->kind == List_kind) { in fold_iter()
585 case List_kind: in astfold_expr()
Dast_unparse.c914 case List_kind: in append_ast_expr()
Dcompile.c4123 case List_kind: in infer_type()
4152 case List_kind: in check_caller()
4216 case List_kind: in check_index()
4610 case List_kind: in compiler_sync_comprehension_generator()
5308 case List_kind: in compiler_visit_expr1()
Dsymtable.c1732 case List_kind: in symtable_visit_expr()
DPython-ast.c3170 p->kind = List_kind; in _PyAST_List()
4570 case List_kind: in ast2obj_expr()
/third_party/python/Parser/
Dpegen.c191 case List_kind: in _PyPegen_get_expr_name()
1846 case List_kind: in _PyPegen_set_expr_context()
2512 case List_kind: in _PyPegen_get_invalid_target()
/third_party/python/Include/internal/
Dpycore_ast.h339 Name_kind=24, List_kind=25, Tuple_kind=26, Slice_kind=27}; enumerator