HomeSort by: relevance | last modified time | path
    Searched refs:unexpected (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
ls-errs.exp 79 unexpected "malformed linespec error: unexpected %s"
80 unexpected_opt "malformed linespec error: unexpected %s, \"%s\""
112 test_break $x unexpected "colon"
131 test_break "3$x" unexpected "colon"
132 test_break "+10$x" unexpected "colon"
133 test_break "-10$x" unexpected "colon"
204 test_break "$srcfile$x" unexpected "end of input"
205 test_break "$srcfile:main$x" unexpected "end of input"
234 test_break "main:here${x}" unexpected "end of input
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
ls-errs.exp 79 unexpected "malformed linespec error: unexpected %s"
80 unexpected_opt "malformed linespec error: unexpected %s, \"%s\""
112 test_break $x unexpected "colon"
131 test_break "3$x" unexpected "colon"
132 test_break "+10$x" unexpected "colon"
133 test_break "-10$x" unexpected "colon"
204 test_break "$srcfile$x" unexpected "end of input"
205 test_break "$srcfile:main$x" unexpected "end of input"
234 test_break "main:here${x}" unexpected "end of input
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_zip_windows_path.c 73 const char *unexpected = raw_path; local
76 const char *unexpected = replaced; local
84 if (memcmp(ptr, unexpected, len) == 0)
89 failure("should not find unexpected path in anywhere (charset=%s)", charset);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
riscv-unwind-long-insn.S 43 #error unexpected bad instruction length
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
riscv-unwind-long-insn.S 43 #error unexpected bad instruction length
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 230 return nullptr; // unexpected end of string
328 Report("%s: WARNING: unexpected format specifier in scanf interceptor: ",
466 Report("WARNING: unexpected floating-point arg size" \
481 Report("WARNING: unexpected arg size" \
526 "%s: WARNING: unexpected format specifier in printf "
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 229 return nullptr; // unexpected end of string
327 Report("%s: WARNING: unexpected format specifier in scanf interceptor: %.*s\n",
479 Report("WARNING: unexpected floating-point arg size" \
494 Report("WARNING: unexpected arg size" \
539 "%s: WARNING: unexpected format specifier in printf "
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 229 return nullptr; // unexpected end of string
327 Report("%s: WARNING: unexpected format specifier in scanf interceptor: %.*s\n",
471 Report("WARNING: unexpected floating-point arg size" \
486 Report("WARNING: unexpected arg size" \
531 "%s: WARNING: unexpected format specifier in printf "
  /src/usr.bin/make/unit-tests/
cmd-errors-jobs.mk 42 : unexpected $@-${UNCLOSED
45 : unexpected $@-${UNCLOSED:
48 : unexpected $@-${UNKNOWN:Z}-eol
50 # expect-not-matches: ^: unexpected
52 # expect: in command ": unexpected $@-${UNCLOSED"
cond-short.mk 27 # evaluate at all' and 'allow undefined variables' led to the unexpected
35 .if 0 && ${echo "unexpected and" 1>&2 :L:sh}
41 .if 0 && exists(nonexistent${echo "unexpected and exists" 1>&2 :L:sh})
47 .if 0 && empty(${echo "unexpected and empty" 1>&2 :L:sh})
55 VAR= ${VAR${:U11${echo "unexpected VAR U11" 1>&2 :L:sh}}}
56 VAR13= ${VAR${:U12${echo "unexpected VAR13" 1>&2 :L:sh}}}
57 .if 0 && !empty(VAR${:U13${echo "unexpected U13 condition" 1>&2 :L:sh}})
60 VAR= ${VAR${:U21${echo "unexpected VAR U21" 1>&2 :L:sh}}}
68 .if 0 && !empty(VAR:M${:U${echo "unexpected M pattern" 1>&2 :L:sh}})
74 .if 0 && !empty(VAR:S,from,${:U${echo "unexpected S modifier" 1>&2 :L:sh}},
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
pei-x86_64.c 213 int unexpected = false; local
256 unexpected = ui->FrameRegister == 0;
269 unexpected = !save_allowed;
281 unexpected = !save_allowed;
295 unexpected = !save_allowed;
300 unexpected = true;
313 unexpected = !save_allowed;
325 unexpected = !save_allowed;
337 unexpected = !save_allowed;
356 if (unexpected)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pei-x86_64.c 215 int unexpected = false; local
258 unexpected = ui->FrameRegister == 0;
271 unexpected = !save_allowed;
283 unexpected = !save_allowed;
297 unexpected = !save_allowed;
302 unexpected = true;
315 unexpected = !save_allowed;
327 unexpected = !save_allowed;
339 unexpected = !save_allowed;
358 if (unexpected)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pei-x86_64.c 213 int unexpected = false; local
256 unexpected = ui->FrameRegister == 0;
269 unexpected = !save_allowed;
281 unexpected = !save_allowed;
295 unexpected = !save_allowed;
300 unexpected = true;
313 unexpected = !save_allowed;
325 unexpected = !save_allowed;
337 unexpected = !save_allowed;
356 if (unexpected)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pei-x86_64.c 213 int unexpected = false; local
256 unexpected = ui->FrameRegister == 0;
269 unexpected = !save_allowed;
281 unexpected = !save_allowed;
295 unexpected = !save_allowed;
300 unexpected = true;
313 unexpected = !save_allowed;
325 unexpected = !save_allowed;
337 unexpected = !save_allowed;
356 if (unexpected)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/
exception.d 46 deprecated void unexpected();
  /src/sys/arch/evbarm/gemini/
gemini.h 118 # error unexpected NGEMINIIPM > 1
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_call.cc 97 calling unexpected(). */
112 std::unexpected();
122 // Get the exception thrown from unexpected.
eh_terminate.cc 1 // -*- C++ -*- std::terminate, std::unexpected and friends.
70 std::unexpected () function in class:std
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_call.cc 95 calling unexpected(). */
110 std::unexpected();
120 // Get the exception thrown from unexpected.
eh_terminate.cc 1 // -*- C++ -*- std::terminate, std::unexpected and friends.
70 std::unexpected () function in class:std
  /src/external/gpl3/gcc/dist/contrib/testsuite-management/
validate_failures.py 580 print('\nSUCCESS: No unexpected failures.')
671 'Output unexpected passes as unexpected failures and '
672 'unexpected failures as unexpected passes. '
694 'Level 1: output unexpected failures. '
695 'Level 2: output unexpected passes. '
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 973 /* Copy into YYRESULT an error message about the unexpected token
1001 YY_("syntax error, unexpected %s");
1002 YY_("syntax error, unexpected %s, expecting %s");
1003 YY_("syntax error, unexpected %s, expecting %s or %s");
1004 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1005 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1009 static char const yyunexpected[] = "syntax error, unexpected %s";
dtparser.tab.c 1055 /* Copy into YYRESULT an error message about the unexpected token
1083 YY_("syntax error, unexpected %s");
1084 YY_("syntax error, unexpected %s, expecting %s");
1085 YY_("syntax error, unexpected %s, expecting %s or %s");
1086 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1087 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1091 static char const yyunexpected[] = "syntax error, unexpected %s";
prparser.tab.c 1058 /* Copy into YYRESULT an error message about the unexpected token
1086 YY_("syntax error, unexpected %s");
1087 YY_("syntax error, unexpected %s, expecting %s");
1088 YY_("syntax error, unexpected %s, expecting %s or %s");
1089 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1090 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1094 static char const yyunexpected[] = "syntax error, unexpected %s";
  /src/sys/arch/atari/atari/
intr.c 274 static int unexpected, straycount; local
290 printf("%s: vector %d unexpected\n", __func__, vector);
291 if (++unexpected > 10)
292 panic("%s: too many unexpected interrupts", __func__);

Completed in 42 milliseconds

1 2 3 4