Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h332 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/third_party/python/Python/
Dast_unparse.c918 case NamedExpr_kind: in append_ast_expr()
Dast.c354 case NamedExpr_kind: in validate_expr()
Dast_opt.c599 case NamedExpr_kind: in astfold_expr()
Dsymtable.c1588 case NamedExpr_kind: in symtable_visit_expr()
DPython-ast.c2584 p->kind = NamedExpr_kind; in _PyAST_NamedExpr()
4197 case NamedExpr_kind: in ast2obj_expr()
Dcompile.c5180 case NamedExpr_kind: in compiler_visit_expr1()
/third_party/python/Parser/
Dpegen.c243 case NamedExpr_kind: in _PyPegen_get_expr_name()