Searched refs:operator_ty (Results 1 – 4 of 4) 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/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); 2208 binop(struct compiler *c, operator_ty op) in binop() 2275 inplace_binop(struct compiler *c, operator_ty op) in inplace_binop()
|