Searched refs:operator_ty (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Include/ |
D | Python-ast.h | 20 operator_ty; typedef 101 operator_ty op; 203 operator_ty op; 400 stmt_ty _Py_AugAssign(expr_ty target, operator_ty op, expr_ty value, int 453 expr_ty _Py_BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 20 FloorDiv=13 } operator_ty; typedef 116 operator_ty op; 226 operator_ty op; 471 stmt_ty _Py_AugAssign(expr_ty target, operator_ty op, expr_ty value, int 528 expr_ty _Py_BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int
|
/external/python/cpython2/Python/ |
D | ast.c | 331 static operator_ty 358 return (operator_ty)0; in get_operator() 487 static operator_ty 521 return (operator_ty)0; in ast_for_augassign() 1608 operator_ty newoperator; in ast_for_binop() 2194 operator_ty newoperator; in ast_for_expr_stmt()
|
D | Python-ast.c | 310 static PyObject* ast2obj_operator(operator_ty); 976 static int obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena); 1141 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign() 1500 BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int col_offset, in BinOp() 3034 PyObject* ast2obj_operator(operator_ty o) in ast2obj_operator() 3851 operator_ty op; in obj2ast_stmt() 4890 operator_ty op; in obj2ast_expr() 6156 obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena) in obj2ast_operator()
|
D | compile.c | 176 static int inplace_binop(struct compiler *, operator_ty); 2210 binop(struct compiler *c, operator_ty op) in binop() 2277 inplace_binop(struct compiler *c, operator_ty op) in inplace_binop()
|
/external/python/cpython3/Python/ |
D | ast.c | 896 static operator_ty 925 return (operator_ty)0; in get_operator() 1092 static operator_ty 1128 return (operator_ty)0; in ast_for_augassign() 2307 operator_ty newoperator; in ast_for_binop() 2909 operator_ty newoperator; in ast_for_expr_stmt()
|
D | Python-ast.c | 398 static PyObject* ast2obj_operator(operator_ty); 1177 static int obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena); 1378 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign() 1761 BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int col_offset, in BinOp() 3578 PyObject* ast2obj_operator(operator_ty o) in ast2obj_operator() 4651 operator_ty op; in obj2ast_stmt() 5844 operator_ty op; in obj2ast_expr() 7350 obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena) in obj2ast_operator()
|
D | compile.c | 193 static int inplace_binop(struct compiler *, operator_ty); 3087 binop(struct compiler *c, operator_ty op) in binop() 3124 inplace_binop(struct compiler *c, operator_ty op) in inplace_binop()
|