Home
last modified time | relevance | path

Searched refs:NamedExpr_kind (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h339 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/third_party/python/Python/
H A Dast_unparse.c907 case NamedExpr_kind: in append_ast_expr()
H A Dast_opt.c814 case NamedExpr_kind: in astfold_expr()
H A Dast.c381 case NamedExpr_kind: in validate_expr()
H A Dsymtable.c1583 case NamedExpr_kind: in symtable_visit_expr()
H A DPython-ast.c2621 p->kind = NamedExpr_kind; in _PyAST_NamedExpr()
4279 case NamedExpr_kind: in ast2obj_expr()
H A Dcompile.c5826 case NamedExpr_kind: in compiler_visit_expr1()
/third_party/python/Parser/
H A Daction_helpers.c1138 case NamedExpr_kind: in _PyPegen_get_expr_name()

Completed in 35 milliseconds