Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h20 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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h20 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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c331 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()
2189 operator_ty newoperator; in ast_for_expr_stmt()
DPython-ast.c310 static PyObject* ast2obj_operator(operator_ty);
959 static int obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena);
1124 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign()
1483 BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int col_offset, in BinOp()
3017 PyObject* ast2obj_operator(operator_ty o) in ast2obj_operator()
3794 operator_ty op; in obj2ast_stmt()
4765 operator_ty op; in obj2ast_expr()
5975 obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena) in obj2ast_operator()
Dcompile.c176 static int inplace_binop(struct compiler *, operator_ty);
2227 binop(struct compiler *c, operator_ty op) in binop()
2294 inplace_binop(struct compiler *c, operator_ty op) in inplace_binop()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c331 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()
DPython-ast.c310 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()
3811 operator_ty op; in obj2ast_stmt()
4782 operator_ty op; in obj2ast_expr()
5992 obj2ast_operator(PyObject* obj, operator_ty* out, PyArena* arena) in obj2ast_operator()
Dcompile.c176 static int inplace_binop(struct compiler *, operator_ty);
2247 binop(struct compiler *c, operator_ty op) in binop()
2314 inplace_binop(struct compiler *c, operator_ty op) in inplace_binop()