Searched refs:BINOP_SUB (Results 1 – 25 of 30) sorted by relevance
12
| /NextBSD/contrib/gdb/gdb/ |
| HD | valarith.c | 171 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()
|
| HD | expression.h | 56 BINOP_SUB, /* - */ enumerator
|
| HD | m2-exp.y | 312 write_exp_elt_opcode(BINOP_SUB); 433 { write_exp_elt_opcode (BINOP_SUB); }
|
| HD | p-lang.c | 410 {"-", BINOP_SUB, PREC_ADD, 0},
|
| HD | m2-lang.c | 362 {"-", BINOP_SUB, PREC_ADD, 0},
|
| HD | expprint.c | 584 case BINOP_SUB: in op_name_standard() 843 case BINOP_SUB: in dump_subexp_body_standard()
|
| HD | c-lang.c | 500 {"-", BINOP_SUB, PREC_ADD, 0},
|
| HD | jv-exp.y | 580 { write_exp_elt_opcode (BINOP_SUB); } 835 {"-=", ASSIGN_MODIFY, BINOP_SUB},
|
| HD | dwarf2expr.c | 610 binop = BINOP_SUB; in execute_stack_op()
|
| HD | objc-exp.y | 468 { write_exp_elt_opcode (BINOP_SUB); } 1228 {"-=", ASSIGN_MODIFY, BINOP_SUB},
|
| HD | m2-exp.c | 1569 write_exp_elt_opcode(BINOP_SUB); 1700 { write_exp_elt_opcode (BINOP_SUB); }
|
| HD | c-exp.y | 404 { write_exp_elt_opcode (BINOP_SUB); } 1282 {"-=", ASSIGN_MODIFY, BINOP_SUB},
|
| HD | ax-gdb.c | 1503 case BINOP_SUB: in gen_expr() 1522 case BINOP_SUB: in gen_expr()
|
| HD | jv-exp.c | 1742 { write_exp_elt_opcode (BINOP_SUB); } 2206 {"-=", ASSIGN_MODIFY, BINOP_SUB},
|
| HD | f-lang.c | 411 {"-", BINOP_SUB, PREC_ADD, 0},
|
| HD | ada-exp.y | 374 { write_exp_elt_opcode (BINOP_SUB); }
|
| HD | f-exp.y | 337 { write_exp_elt_opcode (BINOP_SUB); }
|
| HD | c-exp.c | 1706 { write_exp_elt_opcode (BINOP_SUB); } 2912 {"-=", ASSIGN_MODIFY, BINOP_SUB},
|
| HD | objc-exp.c | 1765 { write_exp_elt_opcode (BINOP_SUB); } 2870 {"-=", ASSIGN_MODIFY, BINOP_SUB},
|
| HD | ada-lang.c | 413 {"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},
|
| HD | jv-lang.c | 1003 {"-", BINOP_SUB, PREC_ADD, 0},
|
| HD | eval.c | 1471 else if (op == BINOP_SUB) in evaluate_subexp_standard() 1487 case BINOP_SUB: in evaluate_subexp_standard()
|
| HD | p-exp.y | 387 { write_exp_elt_opcode (BINOP_SUB); }
|
| HD | ada-exp.c | 1713 { write_exp_elt_opcode (BINOP_SUB); }
|
| /NextBSD/contrib/llvm/include/llvm/Bitcode/ |
| HD | LLVMBitCodes.h | 229 BINOP_SUB = 1, enumerator
|
12