Home
last modified time | relevance | path

Searched refs:operator_ty (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h27 FloorDiv=13 } operator_ty; typedef
230 operator_ty op;
355 operator_ty op;
656 stmt_ty _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int
717 expr_ty _PyAST_BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno,
/third_party/python/Parser/
Dpegen.h112 typedef struct { operator_ty kind; } AugOperator;
281 AugOperator *_PyPegen_augoperator(Parser*, operator_ty type);
Dpegen.c2207 _PyPegen_augoperator(Parser *p, operator_ty kind) in _PyPegen_augoperator()
/third_party/python/Python/
DPython-ast.c631 static PyObject* ast2obj_operator(struct ast_state *state, operator_ty);
1856 operator_ty* out, PyArena* arena);
2099 _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in _PyAST_AugAssign()
2595 _PyAST_BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int in _PyAST_BinOp()
4675 PyObject* ast2obj_operator(struct ast_state *state, operator_ty o) in ast2obj_operator()
6345 operator_ty op; in obj2ast_stmt()
8042 operator_ty op; in obj2ast_expr()
9658 obj2ast_operator(struct ast_state *state, PyObject* obj, operator_ty* out, in obj2ast_operator()
Dcompile.c280 static int inplace_binop(operator_ty);
3605 binop(operator_ty op) in binop()
3642 inplace_binop(operator_ty op) in inplace_binop()