Home
last modified time | relevance | path

Searched refs:op_error (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlanguage.h415 extern void op_error (const char *lhs, enum exp_opcode,
H A DChangeLog-20035156 * language.c (op_error): Delete function.
5159 (op_error): Delete declaration.
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c1517 op_err op_error, const_err = OP_LEGAL; in assemble_insn() local
1590 && (op_error = check_range (&insn->arg[j].constant, cur_size[j], in assemble_insn()
1596 const_err = op_error; in assemble_insn()
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c140 static void op_error (enum tree_code, enum tree_code, tree, tree,
3076 op_error (enum tree_code code, enum tree_code code2, in op_error() function
3423 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match"); in build_conditional_expr()
3430 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match"); in build_conditional_expr()
3821 op_error (code, code2, arg1, arg2, arg3, "no match"); in build_new_op()
3835 op_error (code, code2, arg1, arg2, arg3, "ambiguous overload"); in build_new_op()
H A DChangeLog-1996998 * call.c (op_error): Use error_type.
1332 * cvt.c (op_error): Oops.
1375 (print_z_candidates, op_error, build_new_op): Likewise.
1404 (add_conv_candidate, build_object_call, op_error): New fns.
1409 Fall back on preincrement handling. Use op_error.
H A DChangeLog-20033000 * call.c (op_error): Properly format REALPART_EXPR and
3811 * call.c (op_error): Tidy.
H A DChangeLog-2000472 * call.c (op_error): Make error messages clearer.
3486 (op_error): Adjust operator name lookup.
H A DChangeLog-2002468 convert_like_real, op_error, build_object_call, resolve_args,
H A DChangeLog-20041594 build_object_call, op_error, build_conditional_expr,
H A DChangeLog-19995727 * call.c (op_error): Const-ify a char*.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c55 static void op_error PARAMS ((enum tree_code, enum tree_code, tree, tree,
3070 op_error (code, code2, arg1, arg2, arg3, problem) in op_error() function
3375 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match");
3383 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match");
3746 op_error (code, code2, arg1, arg2, arg3, "no match");
3758 op_error (code, code2, arg1, arg2, arg3, "ambiguous overload");
H A DChangeLog.25727 * call.c (op_error): Const-ify a char*.
17276 * call.c (op_error): Use error_type.
17610 * cvt.c (op_error): Oops.
17653 (print_z_candidates, op_error, build_new_op): Likewise.
17682 (add_conv_candidate, build_object_call, op_error): New fns.
17687 Fall back on preincrement handling. Use op_error.
H A DChangeLog879 * call.c (op_error): Tidy.
10344 * call.c (op_error): Make error messages clearer.
13358 (op_error): Adjust operator name lookup.
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3468 bool op_error = false; in ParseVariableDIE() local
3472 location_form.GetUnit(), 0, op_error); in ParseVariableDIE()
3473 if (op_error) { in ParseVariableDIE()