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

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dlanguage.h476 extern void op_error (const char *lhs, enum exp_opcode,
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-cr16.c2128 op_err op_error, const_err = OP_LEGAL; local
2205 && (op_error = check_range (&insn->arg[i].constant, cur_size[i],
2211 const_err = op_error;
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcall.c140 static void op_error (enum tree_code, enum tree_code, tree, tree,
3089 op_error (enum tree_code code, enum tree_code code2, function
3436 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match");
3443 op_error (COND_EXPR, NOP_EXPR, arg1, arg2, arg3, "no match");
3843 op_error (code, code2, arg1, arg2, arg3, "no match");
3857 op_error (code, code2, arg1, arg2, arg3, "ambiguous overload");
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4222 bool op_error = false; local
4227 location_DW_OP_addr = location.GetLocation_DW_OP_addr (0, op_error);
4228 if (op_error)

Completed in 207 milliseconds