Searched refs:error_msg (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/treelang/
H A Dtreetests.exp72 set error_msg 0
117 if {${error_msg} == 0} {
118 set error_msg "9. sed to cleanup filenames (std 1) in pgm output failed due to rc=${run_rc} status=${catch_res}"
124 if {${error_msg} == 0} {
125 set error_msg "10. sed to cleanup filenames (std 2) in pgm output failed due to rc=${run_rc} status=${catch_res}"
132 if {${error_msg} == 0} {
133 set error_msg "11. ${pgm_actual} ${group_nbr} ${item_nbr} diff stdout failed rc=${diff}"
147 if {${error_msg} == 0} {
148 set error_msg "12. sed to cleanup filenames (err 1) in pgm output failed due to rc=${run_rc} status=${catch_res}"
154 if {${error_msg}
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedInterface.h35 llvm::StringRef error_msg, Status &error,
38 error_msg.data());
40 llvm::Twine(error_msg))
34 ErrorWithMessage(llvm::StringRef caller_name, llvm::StringRef error_msg, Status &error, LLDBLog log_caterogy = LLDBLog::Process) argument
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp195 std::string error_msg; local
198 error_msg.assign("ambiguous command ");
200 error_msg.assign("invalid command ");
202 error_msg.append("'");
203 error_msg.append(std::string(GetCommandName()));
204 error_msg.append(" ");
205 error_msg.append(std::string(sub_command));
206 error_msg.append("'.");
209 error_msg.append(" Possible completions:");
211 error_msg
[all...]
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp125 SmallString<256> error_msg; local
126 llvm::raw_svector_ostream error_stream(error_msg);
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_lookup.c714 char *error_msg = NULL; local
719 error_msg = "rec_len is smaller than minimal";
721 error_msg = "rec_len % 4 != 0";
723 error_msg = "reclen is too small for name_len";
725 error_msg = "directory entry across blocks";
727 error_msg = "inode out of bounds";
729 if (error_msg != NULL) {
732 error_msg, entryoffsetinblock, letoh32(de->e2d_ino),
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp36 void Set(size_t bytes, ConnectionStatus status, llvm::StringRef error_msg) { argument
37 m_error.SetErrorString(error_msg.data());
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py197 error_msg = 'this is my error output'
207 'error_output': error_msg,
232 self.assertEqual([error_msg], result[error_file])
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py275 def check_value(self, test_base, val, error_msg=None):
284 this_error_msg = error_msg if error_msg else ""
313 self.check_value_children(test_base, val, error_msg)
316 self.dereference.check_value(test_base, val.Dereference(), error_msg)
318 def check_value_children(self, test_base, val, error_msg=None):
327 this_error_msg = error_msg if error_msg else ""
335 child_error = "Checking child with index " + str(i) + ":\n" + error_msg
2131 error_msg
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.cpp381 InternalScopedString error_msg; local
382 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(),
384 ReportErrorSummary(error_msg.data());
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2577 llvm::StringRef error_msg = tmp_result.GetErrorData(); local
2578 if (error_msg.empty())
2579 error_msg = "<unknown error>.\n";
2584 (uint64_t)idx, cmd, error_msg.str().c_str());
2590 error_msg.str().c_str());
3449 StreamString error_msg; local
3450 error_msg.Printf("Ambiguous command '%s'. Possible matches:\n",
3454 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i));
3456 result.AppendRawError(error_msg.GetString());
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c874 if (*error->error_msg)
875 err_printf(m, "%s\n", error->error_msg);
1995 static const char *error_msg(struct i915_gpu_coredump *error) function
2014 len = scnprintf(error->error_msg, sizeof(error->error_msg),
2020 len += scnprintf(error->error_msg + len,
2021 sizeof(error->error_msg) - len,
2026 return error->error_msg;
2216 drm_info(&i915->drm, "%s\n", error_msg(error));
H A Di915_gpu_error.h204 char error_msg[128]; member in struct:i915_gpu_coredump
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_reset.c1417 char error_msg[80]; local
1424 vscnprintf(error_msg, sizeof(error_msg), fmt, args);
1427 msg = error_msg;
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c2755 const STRLEN context_len, const char ** error_msg)
2762 * error_msg *error_msg will be set to any error
2803 *error_msg = NULL;
2805 context, context_len, error_msg);
2817 const char * error_msg = NULL; local
2827 result = get_and_check_backslash_N_name(s, e, cBOOL(UTF), &error_msg);
2829 if (error_msg) {
2830 yyerror_pv(error_msg, UTF ? SVf_UTF8 : 0);
2840 const char ** error_msg)
2754 Perl_load_charnames(pTHX_ SV * char_name, const char * context, const STRLEN context_len, const char ** error_msg) argument
2837 Perl_get_and_check_backslash_N_name(pTHX_ const char* s, const char* e, const bool is_utf8, const char ** error_msg) argument
10055 S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, STRLEN keylen, SV *sv, SV *pv, const char *type, STRLEN typelen, const char ** error_msg) argument
[all...]
H A Dregcomp.c5106 const char * error_msg = NULL; local
5109 &error_msg);
5110 if (error_msg) {
5112 vFAIL(error_msg);
14667 const char * error_msg; local
14676 &error_msg))
14678 sv_catpv(msg, error_msg);
14797 const char * error_msg; local
14828 table = load_charnames(character_name, name, name_len, &error_msg);
14830 sv_catpv(msg, error_msg);
[all...]
H A Dproto.h1190 Perl_get_and_check_backslash_N_name(pTHX_ const char *s, const char *e, const bool is_utf8, const char **error_msg)
1193 assert(s); assert(e); assert(error_msg)
1976 Perl_load_charnames(pTHX_ SV *char_name, const char *context, const STRLEN context_len, const char **error_msg)
1979 assert(char_name); assert(context); assert(error_msg)
9152 S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, STRLEN keylen, SV *sv, SV *pv, const char *type, STRLEN typelen, const char **error_msg);
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp151 SmallString<256> error_msg; local
152 llvm::raw_svector_ostream error_stream(error_msg);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dsemantics.c2488 const char **error_msg)
2492 *error_msg = NULL;
2564 *error_msg = "missing template arguments";
2570 *error_msg = "expected primary-expression";
2477 finish_id_expression(tree id_expression, tree decl, tree scope, cp_id_kind *idk, bool integral_constant_expression_p, bool allow_non_integral_constant_expression_p, bool *non_integral_constant_expression_p, bool template_p, bool done, bool address_p, bool template_arg_p, const char **error_msg) argument
H A Ddecl.c6794 const char* error_msg;
6801 error_msg = NULL;
6807 error_msg = "array of void";
6811 error_msg = "array of functions";
6815 error_msg = "array of references";
6819 error_msg = "array of function members";
6827 if (error_msg)
6830 error ("declaration of %qD as %s", name, error_msg);
6832 error ("creating %s", error_msg);
6779 const char* error_msg; local
H A Dparser.c3151 const char *error_msg;
3251 &error_msg));
3252 if (error_msg)
3253 cp_parser_error (parser, error_msg);
16592 dyn_string_t error_msg;
16595 error_msg = dyn_string_new (0);
16596 dyn_string_append_cstr (error_msg, "expected ");
16597 dyn_string_append_cstr (error_msg, token_desc);
16598 cp_parser_error (parser, error_msg->s);
16599 dyn_string_delete (error_msg);
3149 const char *error_msg; local
16590 dyn_string_t error_msg; local
[all...]
H A Dpt.c8893 const char *error_msg;
8918 &error_msg);
8919 if (error_msg)
8920 error (error_msg);
8892 const char *error_msg; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c10323 const char* error_msg;
10330 error_msg = NULL;
10336 error_msg = "array of void";
10340 error_msg = "array of functions";
10344 error_msg = "array of references";
10348 error_msg = "array of data members";
10352 error_msg = "array of function members";
10360 if (error_msg)
10363 error ("declaration of `%D' as %s", name, error_msg);
10365 error ("creating %s", error_msg);
10305 const char* error_msg; local
[all...]

Completed in 328 milliseconds