Searched refs:operator_ty (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 27 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/ |
D | pegen.h | 112 typedef struct { operator_ty kind; } AugOperator; 281 AugOperator *_PyPegen_augoperator(Parser*, operator_ty type);
|
D | pegen.c | 2207 _PyPegen_augoperator(Parser *p, operator_ty kind) in _PyPegen_augoperator()
|
/third_party/python/Python/ |
D | Python-ast.c | 631 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()
|
D | compile.c | 280 static int inplace_binop(operator_ty); 3605 binop(operator_ty op) in binop() 3642 inplace_binop(operator_ty op) in inplace_binop()
|