| /src/external/gpl3/gdb.old/dist/gdb/ |
| std-operator.def | 27 OP (BINOP_ADD) /* + */
|
| valarith.c | 424 case BINOP_ADD: 472 case BINOP_ADD: 870 case BINOP_ADD: 1004 case BINOP_ADD: 1018 result_imag = scalar_binop (x1, x2, BINOP_ADD); 1038 arg2_real = scalar_binop (x1, x2, BINOP_ADD); 1249 case BINOP_ADD:
|
| stap-probe.c | 299 case BINOP_ADD: 413 op = BINOP_ADD; 1781 stap_maker_map[BINOP_ADD] = make_operation<add_operation>;
|
| eval.c | 1330 /* A helper function for BINOP_ADD. */ 1337 if (binop_user_defined_p (BINOP_ADD, arg1, arg2)) 1338 return value_x_binop (arg1, arg2, BINOP_ADD, OP_NULL, noside); 1348 return value_binop (arg1, arg2, BINOP_ADD); 1771 arg2 = value_binop (tmp, arg2, BINOP_ADD); 1835 arg2 = value_binop (tmp, arg2, BINOP_ADD); 1903 else if (op == BINOP_ADD && ptrmath_type_p (exp->language_defn,
|
| m2-exp.y | 249 (BINOP_ADD, std::move (lhs), std::move (rhs));
|
| rust-parse.c | 182 { "+=", COMPOUND_ASSIGN, BINOP_ADD },
|
| target-float.c | 1095 case BINOP_ADD: 1659 case BINOP_ADD: 2057 case BINOP_ADD:
|
| d-exp.y | 957 {"+=", ASSIGN_MODIFY, BINOP_ADD},
|
| go-exp.y | 917 {"+=", ASSIGN_MODIFY, BINOP_ADD},
|
| expop.h | 1192 { return BINOP_ADD; } 1202 gen_expr_binop (exp, BINOP_ADD,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| std-operator.def | 27 OP (BINOP_ADD) /* + */
|
| valarith.c | 424 case BINOP_ADD: 472 case BINOP_ADD: 870 case BINOP_ADD: 1004 case BINOP_ADD: 1018 result_imag = scalar_binop (x1, x2, BINOP_ADD); 1038 arg2_real = scalar_binop (x1, x2, BINOP_ADD); 1249 case BINOP_ADD:
|
| stap-probe.c | 299 case BINOP_ADD: 413 op = BINOP_ADD; 1779 stap_maker_map[BINOP_ADD] = make_operation<add_operation>;
|
| eval.c | 1317 /* A helper function for BINOP_ADD. */ 1324 if (binop_user_defined_p (BINOP_ADD, arg1, arg2)) 1325 return value_x_binop (arg1, arg2, BINOP_ADD, OP_NULL, noside); 1335 return value_binop (arg1, arg2, BINOP_ADD); 1758 arg2 = value_binop (tmp, arg2, BINOP_ADD); 1822 arg2 = value_binop (tmp, arg2, BINOP_ADD); 1890 else if (op == BINOP_ADD && ptrmath_type_p (exp->language_defn,
|
| m2-exp.y | 249 (BINOP_ADD, std::move (lhs), std::move (rhs));
|
| rust-parse.c | 182 { "+=", COMPOUND_ASSIGN, BINOP_ADD },
|
| target-float.c | 1095 case BINOP_ADD: 1659 case BINOP_ADD: 2057 case BINOP_ADD:
|
| d-exp.y | 957 {"+=", ASSIGN_MODIFY, BINOP_ADD},
|
| go-exp.y | 917 {"+=", ASSIGN_MODIFY, BINOP_ADD},
|
| expop.h | 1194 { return BINOP_ADD; } 1204 gen_expr_binop (exp, BINOP_ADD,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
| LLVMBitCodes.h | 422 BINOP_ADD = 0,
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-math.c | 177 res_val = value_binop (arg1, arg2, BINOP_ADD);
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-math.c | 177 res_val = value_binop (arg1, arg2, BINOP_ADD);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| expr.c | 2041 result_val = value_binop (first, second, BINOP_ADD);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-value.c | 1488 op = BINOP_ADD;
|