Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast.c243 case BinOp_kind: in validate_expr()
405 assert(exp->kind == BinOp_kind); in ensure_literal_complex()
477 case BinOp_kind: in validate_pattern_match_value()
Dast_unparse.c860 case BinOp_kind: in append_ast_expr()
Dast_opt.c501 case BinOp_kind: in astfold_expr()
Dsymtable.c1598 case BinOp_kind: in symtable_visit_expr()
DPython-ast.c2617 p->kind = BinOp_kind; in _PyAST_BinOp()
4212 case BinOp_kind: in ast2obj_expr()
Dcompile.c5187 case BinOp_kind: in compiler_visit_expr1()
/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/Parser/
Dpegen.c200 case BinOp_kind: in _PyPegen_get_expr_name()