Searched refs:op_error (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | language.h | 473 extern void op_error (const char *lhs, enum exp_opcode,
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-cr16.c | 2128 op_err op_error, const_err = OP_LEGAL; in assemble_insn() local 2205 && (op_error = check_range (&insn->arg[i].constant, cur_size[i], in assemble_insn() 2211 const_err = op_error; in assemble_insn()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 140 static void op_error (enum tree_code, enum tree_code, tree, tree, 3089 op_error (enum tree_code code, enum tree_code code2, in op_error() function 3436 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match"); in build_conditional_expr() 3443 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match"); in build_conditional_expr() 3843 op_error (code, code2, arg1, arg2, arg3, "no match"); in build_new_op() 3857 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*.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 3469 bool op_error = false; in ParseVariableDIE() local 3470 location_DW_OP_addr = location.GetLocation_DW_OP_addr(0, op_error); in ParseVariableDIE() 3471 if (op_error) { in ParseVariableDIE()
|