Searched refs:throw_error (Results 51 - 64 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalue.c1242 throw_error (OPTIMIZED_OUT_ERROR, _("value has been optimized out"));
1251 throw_error (OPTIMIZED_OUT_ERROR,
1262 throw_error (NOT_AVAILABLE_ERROR, _("value is not available"));
H A Dlinux-tdep.c2575 throw_error (NOT_SUPPORTED_ERROR,
H A Dcompleter.c1585 throw_error (MAX_COMPLETIONS_REACHED_ERROR, _("Max completions reached."));
H A Dutils.c638 throw_error (errcode, _("%s."), combined.c_str ());
H A Dtarget.c1259 throw_error (TLS_GENERIC_ERROR,
H A Dada-lang.c8645 throw_error (except.error,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dutils.c592 throw_error (errcode, _("%s."), combined.c_str ());
H A Dcompleter.c1686 throw_error (MAX_COMPLETIONS_REACHED_ERROR, _("Max completions reached."));
H A Dlinux-tdep.c2505 throw_error (NOT_SUPPORTED_ERROR,
H A Dtarget.c701 throw_error (TLS_GENERIC_ERROR,
H A Dvalue.c1229 throw_error (NOT_AVAILABLE_ERROR, _("value is not available"));
H A Dinfrun.c1750 throw_error (MEMORY_ERROR,
H A Dada-lang.c8588 throw_error (except.error,
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dcpp.h93 static inline void throw_error(enum isl_error error, const char *msg,
109 throw_error(isl_error_invalid, msg, file, line);
178 void exception::throw_error(enum isl_error error, const char *msg, function in class:isl::exception
215 throw_error(error, msg, file, line);

Completed in 711 milliseconds

123