HomeSort by: relevance | last modified time | path
    Searched refs:BINOP_SUB (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
std-operator.def 28 OP (BINOP_SUB) /* - */
valarith.c 427 case BINOP_SUB:
475 case BINOP_SUB:
875 case BINOP_SUB:
1005 case BINOP_SUB:
1014 result_real = scalar_binop (x1, x2, BINOP_SUB);
1253 case BINOP_SUB:
1749 return value_binop (value_from_longest (type, 0), arg1, BINOP_SUB);
1751 return value_binop (value::zero (type, not_lval), arg1, BINOP_SUB);
stap-probe.c 300 case BINOP_SUB:
417 op = BINOP_SUB;
1798 stap_maker_map[BINOP_SUB] = make_operation<sub_operation>;
eval.c 1352 /* A helper function for BINOP_SUB. */
1359 if (binop_user_defined_p (BINOP_SUB, arg1, arg2))
1360 return value_x_binop (arg1, arg2, BINOP_SUB, OP_NULL, noside);
1374 return value_binop (arg1, arg2, BINOP_SUB);
1802 arg2 = value_binop (tmp, arg2, BINOP_SUB);
1869 arg2 = value_binop (tmp, arg2, BINOP_SUB);
1907 else if (op == BINOP_SUB && ptrmath_type_p (exp->language_defn,
m2-exp.y 262 (BINOP_SUB, std::move (lhs), std::move (rhs));
rust-parse.c 183 { "-=", COMPOUND_ASSIGN, BINOP_SUB },
target-float.c 1099 case BINOP_SUB:
1663 case BINOP_SUB:
2060 case BINOP_SUB:
d-exp.y 958 {"-=", ASSIGN_MODIFY, BINOP_SUB},
go-exp.y 918 {"-=", ASSIGN_MODIFY, BINOP_SUB},
expop.h 1228 { return BINOP_SUB; }
1238 gen_expr_binop (exp, BINOP_SUB,
  /src/external/gpl3/gdb/dist/gdb/
std-operator.def 28 OP (BINOP_SUB) /* - */
valarith.c 427 case BINOP_SUB:
475 case BINOP_SUB:
875 case BINOP_SUB:
1005 case BINOP_SUB:
1014 result_real = scalar_binop (x1, x2, BINOP_SUB);
1253 case BINOP_SUB:
1749 return value_binop (value_from_longest (type, 0), arg1, BINOP_SUB);
1751 return value_binop (value::zero (type, not_lval), arg1, BINOP_SUB);
stap-probe.c 300 case BINOP_SUB:
417 op = BINOP_SUB;
1796 stap_maker_map[BINOP_SUB] = make_operation<sub_operation>;
eval.c 1339 /* A helper function for BINOP_SUB. */
1346 if (binop_user_defined_p (BINOP_SUB, arg1, arg2))
1347 return value_x_binop (arg1, arg2, BINOP_SUB, OP_NULL, noside);
1361 return value_binop (arg1, arg2, BINOP_SUB);
1789 arg2 = value_binop (tmp, arg2, BINOP_SUB);
1856 arg2 = value_binop (tmp, arg2, BINOP_SUB);
1894 else if (op == BINOP_SUB && ptrmath_type_p (exp->language_defn,
m2-exp.y 262 (BINOP_SUB, std::move (lhs), std::move (rhs));
rust-parse.c 183 { "-=", COMPOUND_ASSIGN, BINOP_SUB },
target-float.c 1099 case BINOP_SUB:
1663 case BINOP_SUB:
2060 case BINOP_SUB:
d-exp.y 958 {"-=", ASSIGN_MODIFY, BINOP_SUB},
go-exp.y 918 {"-=", ASSIGN_MODIFY, BINOP_SUB},
expop.h 1230 { return BINOP_SUB; }
1240 gen_expr_binop (exp, BINOP_SUB,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 423 BINOP_SUB = 1,
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-math.c 202 res_val = value_binop (arg1, arg2, BINOP_SUB);
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-math.c 202 res_val = value_binop (arg1, arg2, BINOP_SUB);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 2007 result_val = value_binop (first, second, BINOP_SUB);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 1514 op = BINOP_SUB;

Completed in 90 milliseconds

1 2