Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/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…
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} statu…
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} statu…
154 if {${error_msg} == 0} {
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp195 std::string error_msg; in Execute() local
198 error_msg.assign("ambiguous command "); in Execute()
200 error_msg.assign("invalid command "); in Execute()
202 error_msg.append("'"); in Execute()
203 error_msg.append(std::string(GetCommandName())); in Execute()
204 error_msg.append(" "); in Execute()
205 error_msg.append(std::string(sub_command)); in Execute()
206 error_msg.append("'."); in Execute()
209 error_msg.append(" Possible completions:"); in Execute()
211 error_msg.append("\n\t"); in Execute()
[all …]
/openbsd-src/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))
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_lookup.c718 char *error_msg = NULL; in ext2fs_dirbadentry()
723 error_msg = "rec_len is smaller than minimal"; in ext2fs_dirbadentry()
725 error_msg = "rec_len % 4 != 0"; in ext2fs_dirbadentry()
727 error_msg = "reclen is too small for name_len"; in ext2fs_dirbadentry()
729 error_msg = "directory entry across blocks"; in ext2fs_dirbadentry()
731 error_msg = "inode out of bounds"; in ext2fs_dirbadentry()
733 if (error_msg != NULL) { in ext2fs_dirbadentry()
736 error_msg, entryoffsetinblock, letoh32(de->e2d_ino), in ext2fs_dirbadentry()
714 char *error_msg = NULL; ext2fs_dirbadentry() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp125 SmallString<256> error_msg; in main() local
126 llvm::raw_svector_ostream error_stream(error_msg); in main()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py275 def check_value(self, test_base, val, error_msg=None): argument
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): argument
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 = ""
2135 error_msg += "Missing pairs:\n"
2137 error_msg += " [" + pair[0] + ":" + pair[1] + "]\n"
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp36 void Set(size_t bytes, ConnectionStatus status, llvm::StringRef error_msg) { in Set() argument
37 m_error.SetErrorString(error_msg.data()); in Set()
/openbsd-src/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-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.cpp381 InternalScopedString error_msg; in Print() local
382 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), in Print()
384 ReportErrorSummary(error_msg.data()); in Print()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c874 if (*error->error_msg) in __err_print_to_sgl()
875 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
2007 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg()
2026 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
2032 len += scnprintf(error->error_msg + len, in capture_gen()
2033 sizeof(error->error_msg) - len, in capture_gen()
2038 return error->error_msg; in capture_gen()
2228 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
1995 static const char *error_msg(struct i915_gpu_coredump *error) error_msg() function
H A Di915_gpu_error.h204 char error_msg[128]; member
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_reset.c1417 char error_msg[80]; in intel_gt_handle_error() local
1424 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1427 msg = error_msg; in intel_gt_handle_error()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2577 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands() local
2578 if (error_msg.empty()) in HandleCommands()
2579 error_msg = "<unknown error>.\n"; in HandleCommands()
2584 (uint64_t)idx, cmd, error_msg.str().c_str()); in HandleCommands()
2590 error_msg.str().c_str()); in HandleCommands()
3449 StreamString error_msg; in ResolveCommandImpl() local
3450 error_msg.Printf("Ambiguous command '%s'. Possible matches:\n", in ResolveCommandImpl()
3454 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i)); in ResolveCommandImpl()
3456 result.AppendRawError(error_msg.GetString()); in ResolveCommandImpl()
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DAddLLDB.cmake334 ERROR_VARIABLE error_msg
337 message(WARNING "`xcode-select -p` failed:\n${error_msg}")
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp151 SmallString<256> error_msg; in getCC1Arguments() local
152 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments()
/openbsd-src/gnu/usr.bin/perl/
H A Dtoke.c2755 const STRLEN context_len, const char ** error_msg) in Perl_load_charnames() argument
2762 * error_msg *error_msg will be set to any error in Perl_load_charnames()
2803 *error_msg = NULL; in Perl_load_charnames()
2805 context, context_len, error_msg); in Perl_load_charnames()
2817 const char * error_msg = NULL; in S_get_and_check_backslash_N_name_wrapper() local
2827 result = get_and_check_backslash_N_name(s, e, cBOOL(UTF), &error_msg); in S_get_and_check_backslash_N_name_wrapper()
2829 if (error_msg) { in S_get_and_check_backslash_N_name_wrapper()
2830 yyerror_pv(error_msg, UTF ? SVf_UTF8 : 0); in S_get_and_check_backslash_N_name_wrapper()
2840 const char ** error_msg) in Perl_get_and_check_backslash_N_name() argument
10057 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) S_new_constant() argument
[all...]
H A Dregcomp.c5201 const char * error_msg = NULL; in S_grok_bslash_N()
5204 &error_msg); in S_grok_bslash_N()
5205 if (error_msg) { in S_grok_bslash_N()
5207 vFAIL(error_msg); in S_grok_bslash_N()
14771 const char * error_msg; in S_parse_uniprop_string()
14780 &error_msg)) in S_parse_uniprop_string()
14782 sv_catpv(msg, error_msg); in S_parse_uniprop_string()
14901 const char * error_msg; in S_parse_uniprop_string()
14932 table = load_charnames(character_name, name, name_len, &error_msg); in S_parse_uniprop_string()
14934 sv_catpv(msg, error_msg); in S_parse_uniprop_string()
5106 const char * error_msg = NULL; S_grok_bslash_N() local
14667 const char * error_msg; S_parse_uniprop_string() local
14797 const char * error_msg; S_parse_uniprop_string() local
[all...]
H A Dproto.h1208 Perl_get_and_check_backslash_N_name(pTHX_ const char *s, const char *e, const bool is_utf8, const char **error_msg)
1211 assert(s); assert(e); assert(error_msg)
1994 Perl_load_charnames(pTHX_ SV *char_name, const char *context, const STRLEN context_len, const char **error_msg)
1997 assert(char_name); assert(context); assert(error_msg)
9262 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);
H A Dembed.fnc1198 |NN const char **error_msg
1776 |NN const char **error_msg
5871 |NULLOK const char **error_msg
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c2488 const char **error_msg) in finish_id_expression() argument
2492 *error_msg = NULL; in finish_id_expression()
2564 *error_msg = "missing template arguments"; in finish_id_expression()
2570 *error_msg = "expected primary-expression"; in finish_id_expression()
H A Ddecl.c6779 const char* error_msg; in create_array_type_for_decl() local
6786 error_msg = NULL; in create_array_type_for_decl()
6792 error_msg = "array of void"; in create_array_type_for_decl()
6796 error_msg = "array of functions"; in create_array_type_for_decl()
6800 error_msg = "array of references"; in create_array_type_for_decl()
6804 error_msg = "array of function members"; in create_array_type_for_decl()
6812 if (error_msg) in create_array_type_for_decl()
6815 error ("declaration of %qD as %s", name, error_msg); in create_array_type_for_decl()
6817 error ("creating %s", error_msg); in create_array_type_for_decl()
H A Dparser.c3149 const char *error_msg; in cp_parser_primary_expression() local
3249 &error_msg)); in cp_parser_primary_expression()
3250 if (error_msg) in cp_parser_primary_expression()
3251 cp_parser_error (parser, error_msg); in cp_parser_primary_expression()
16590 dyn_string_t error_msg; in cp_parser_require_keyword() local
16593 error_msg = dyn_string_new (0); in cp_parser_require_keyword()
16594 dyn_string_append_cstr (error_msg, "expected "); in cp_parser_require_keyword()
16595 dyn_string_append_cstr (error_msg, token_desc); in cp_parser_require_keyword()
16596 cp_parser_error (parser, error_msg->s); in cp_parser_require_keyword()
16597 dyn_string_delete (error_msg); in cp_parser_require_keyword()
H A Dpt.c8892 const char *error_msg; in tsubst_copy_and_build() local
8917 &error_msg); in tsubst_copy_and_build()
8918 if (error_msg) in tsubst_copy_and_build()
8919 error (error_msg); in tsubst_copy_and_build()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c10305 const char* error_msg; local
10312 error_msg = NULL;
10318 error_msg = "array of void";
10322 error_msg = "array of functions";
10326 error_msg = "array of references";
10330 error_msg = "array of data members";
10334 error_msg = "array of function members";
10342 if (error_msg)
10345 error ("declaration of `%D' as %s", name, error_msg);
10347 error ("creating %s", error_msg);
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3189 |NN const char** error_msg
3193 |NN const char ** error_msg
3249 |NULLOK const char ** error_msg