/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | language.h | 415 extern void op_error (const char *lhs, enum exp_opcode,
|
H A D | ChangeLog-2003 | 5156 * language.c (op_error): Delete function. 5159 (op_error): Delete declaration.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-crx.c | 1517 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 D | call.c | 140 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 D | ChangeLog-1996 | 998 * 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 D | ChangeLog-2003 | 3000 * call.c (op_error): Properly format REALPART_EXPR and 3811 * call.c (op_error): Tidy.
|
H A D | ChangeLog-2000 | 472 * call.c (op_error): Make error messages clearer. 3486 (op_error): Adjust operator name lookup.
|
H A D | ChangeLog-2002 | 468 convert_like_real, op_error, build_object_call, resolve_args,
|
H A D | ChangeLog-2004 | 1594 build_object_call, op_error, build_conditional_expr,
|
H A D | ChangeLog-1999 | 5727 * call.c (op_error): Const-ify a char*.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 55 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 D | ChangeLog.2 | 5727 * 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 D | ChangeLog | 879 * 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 D | SymbolFileDWARF.cpp | 3468 bool op_error = false; in ParseVariableDIE() local 3472 location_form.GetUnit(), 0, op_error); in ParseVariableDIE() 3473 if (op_error) { in ParseVariableDIE()
|