Home
last modified time | relevance | path

Searched refs:BINOP_SUB (Results 1 – 25 of 30) sorted by relevance

12

/NextBSD/contrib/gdb/gdb/
HDvalarith.c171 return value_binop (arg1, arg2, BINOP_SUB); in value_sub()
373 case BINOP_SUB: in value_x_binop()
421 case BINOP_SUB: in value_x_binop()
789 case BINOP_SUB: in value_binop()
927 case BINOP_SUB: in value_binop()
1045 case BINOP_SUB: in value_binop()
HDexpression.h56 BINOP_SUB, /* - */ enumerator
HDm2-exp.y312 write_exp_elt_opcode(BINOP_SUB);
433 { write_exp_elt_opcode (BINOP_SUB); }
HDp-lang.c410 {"-", BINOP_SUB, PREC_ADD, 0},
HDm2-lang.c362 {"-", BINOP_SUB, PREC_ADD, 0},
HDexpprint.c584 case BINOP_SUB: in op_name_standard()
843 case BINOP_SUB: in dump_subexp_body_standard()
HDc-lang.c500 {"-", BINOP_SUB, PREC_ADD, 0},
HDjv-exp.y580 { write_exp_elt_opcode (BINOP_SUB); }
835 {"-=", ASSIGN_MODIFY, BINOP_SUB},
HDdwarf2expr.c610 binop = BINOP_SUB; in execute_stack_op()
HDobjc-exp.y468 { write_exp_elt_opcode (BINOP_SUB); }
1228 {"-=", ASSIGN_MODIFY, BINOP_SUB},
HDm2-exp.c1569 write_exp_elt_opcode(BINOP_SUB);
1700 { write_exp_elt_opcode (BINOP_SUB); }
HDc-exp.y404 { write_exp_elt_opcode (BINOP_SUB); }
1282 {"-=", ASSIGN_MODIFY, BINOP_SUB},
HDax-gdb.c1503 case BINOP_SUB: in gen_expr()
1522 case BINOP_SUB: in gen_expr()
HDjv-exp.c1742 { write_exp_elt_opcode (BINOP_SUB); }
2206 {"-=", ASSIGN_MODIFY, BINOP_SUB},
HDf-lang.c411 {"-", BINOP_SUB, PREC_ADD, 0},
HDada-exp.y374 { write_exp_elt_opcode (BINOP_SUB); }
HDf-exp.y337 { write_exp_elt_opcode (BINOP_SUB); }
HDc-exp.c1706 { write_exp_elt_opcode (BINOP_SUB); }
2912 {"-=", ASSIGN_MODIFY, BINOP_SUB},
HDobjc-exp.c1765 { write_exp_elt_opcode (BINOP_SUB); }
2870 {"-=", ASSIGN_MODIFY, BINOP_SUB},
HDada-lang.c413 {"Osubtract", "\"-\"", BINOP_SUB},
2047 case BINOP_SUB: in ada_resolve_subexp()
2283 case BINOP_SUB: in ada_resolve_subexp()
2909 case BINOP_SUB: in possible_user_operator_p()
6890 case BINOP_SUB: in ada_evaluate_subexp()
7930 {"-", BINOP_SUB, PREC_ADD, 0},
HDjv-lang.c1003 {"-", BINOP_SUB, PREC_ADD, 0},
HDeval.c1471 else if (op == BINOP_SUB) in evaluate_subexp_standard()
1487 case BINOP_SUB: in evaluate_subexp_standard()
HDp-exp.y387 { write_exp_elt_opcode (BINOP_SUB); }
HDada-exp.c1713 { write_exp_elt_opcode (BINOP_SUB); }
/NextBSD/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h229 BINOP_SUB = 1, enumerator

12