Searched refs:binop_operation (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | f-exp.h | 268 using fortran_mod_operation = binop_operation<BINOP_MOD, eval_op_f_mod>; 269 using fortran_modulo_operation = binop_operation<BINOP_FORTRAN_MODULO, 273 using fortran_associated_2arg = binop_operation<FORTRAN_ASSOCIATED, 279 using fortran_array_size_2arg = binop_operation<FORTRAN_ARRAY_SIZE, 287 using fortran_cmplx_operation_2arg = binop_operation<FORTRAN_CMPLX,
|
| D | ada-exp.h | 244 using ada_binop_mul_operation = binop_operation<BINOP_MUL, ada_mult_binop>; 245 using ada_binop_div_operation = binop_operation<BINOP_DIV, ada_mult_binop>; 246 using ada_binop_rem_operation = binop_operation<BINOP_REM, ada_mult_binop>; 247 using ada_binop_mod_operation = binop_operation<BINOP_MOD, ada_mult_binop>; 249 using ada_binop_min_operation = binop_operation<BINOP_MIN, ada_binop_minmax>; 250 using ada_binop_max_operation = binop_operation<BINOP_MAX, ada_binop_minmax>; 252 using ada_binop_exp_operation = binop_operation<BINOP_EXP, ada_binop_exp>;
|
| D | expop.h | 1254 class binop_operation enum 1278 : public binop_operation<OP, FUNC> 1282 using binop_operation<OP, FUNC>::binop_operation; 1299 using exp_operation = binop_operation<BINOP_EXP, eval_op_binary>; 1300 using intdiv_operation = binop_operation<BINOP_INTDIV, eval_op_binary>; 1301 using mod_operation = binop_operation<BINOP_MOD, eval_op_binary>; 1375 : public binop_operation<BINOP_REPEAT, eval_op_repeat> 1377 using binop_operation<BINOP_REPEAT, eval_op_repeat>::binop_operation;
|
| D | rust-exp.h | 50 using rust_array_operation = binop_operation<OP_RUST_ARRAY,
|
| D | ChangeLog-2021 | 4969 * expop.h (class binop_operation, class usual_ax_binop_operation):
|