Home
last modified time | relevance | path

Searched refs:BinOp_kind (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Python/
H A Dast.c270 case BinOp_kind: in validate_expr()
432 assert(exp->kind == BinOp_kind); in ensure_literal_complex()
505 case BinOp_kind: in validate_pattern_match_value()
H A Dtraceback.c608 case BinOp_kind: { in extract_anchors_from_expr()
H A Dast_unparse.c849 case BinOp_kind: in append_ast_expr()
H A Dast_opt.c716 case BinOp_kind: in astfold_expr()
H A Dsymtable.c1593 case BinOp_kind: in symtable_visit_expr()
H A DPython-ast.c2654 p->kind = BinOp_kind; in _PyAST_BinOp()
4294 case BinOp_kind: in ast2obj_expr()
H A Dcompile.c5833 case BinOp_kind: in compiler_visit_expr1()
/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/Parser/
H A Daction_helpers.c1095 case BinOp_kind: in _PyPegen_get_expr_name()

Completed in 39 milliseconds