Searched refs:op_error (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-crx.c1427 op_err op_error, const_err = OP_LEGAL; local
1497 && (op_error = check_range (&insn->arg[j].constant, cur_size[j],
1503 const_err = op_error;
H A Dtc-cr16.c2197 op_err op_error, const_err = OP_LEGAL; local
2274 && (op_error = check_range (&insn->arg[i].constant, cur_size[i],
2280 const_err = op_error;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-crx.c1432 op_err op_error, const_err = OP_LEGAL; local
1502 && (op_error = check_range (&insn->arg[j].constant, cur_size[j],
1508 const_err = op_error;
H A Dtc-cr16.c2203 op_err op_error, const_err = OP_LEGAL; local
2280 && (op_error = check_range (&insn->arg[i].constant, cur_size[i],
2286 const_err = op_error;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-crx.c1427 op_err op_error, const_err = OP_LEGAL; local
1497 && (op_error = check_range (&insn->arg[j].constant, cur_size[j],
1503 const_err = op_error;
H A Dtc-cr16.c2197 op_err op_error, const_err = OP_LEGAL; local
2274 && (op_error = check_range (&insn->arg[i].constant, cur_size[i],
2280 const_err = op_error;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c176 static void op_error (const op_location_t &, enum tree_code, enum tree_code,
4912 /* Called by op_error to prepare format strings suitable for the error
4935 op_error (const op_location_t &loc, function
5532 op_error (loc, COND_EXPR, NOP_EXPR, arg1, arg2, arg3, FALSE);
6279 op_error (loc, code, code2, arg1, arg2, arg3, FALSE);
6295 op_error (loc, code, code2, arg1, arg2, arg3, TRUE);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc167 static void op_error (const op_location_t &, enum tree_code, enum tree_code,
5141 /* Called by op_error to prepare format strings suitable for the error
5164 op_error (const op_location_t &loc, function
5763 op_error (loc, COND_EXPR, NOP_EXPR, arg1, arg2, arg3, FALSE);
6677 op_error (loc, code, code2, arg1, arg2, arg3, FALSE);
6693 op_error (loc, code, code2, arg1, arg2, arg3, TRUE);

Completed in 152 milliseconds