Home
last modified time | relevance | path

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

12345678910>>...31

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dexpected66 class unexpected;
126 /// Tag type for constructing unexpected values in a std::expected
135 /// Tag for constructing unexpected values in a std::expected
152 constexpr bool __is_unexpected<unexpected<_Tp>> = true;
163 class unexpected
168 constexpr unexpected(const unexpected&) = default;
169 constexpr unexpected(unexpected&&) = default;
172 requires (!is_same_v<remove_cvref_t<_Err>, unexpected>)
176 unexpected(_Err&& __e)
184 unexpected(in_place_t, _Args&&... __args)
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-indirect.mk20 . warning unexpected
26 . warning unexpected
33 . warning unexpected
42 . warning unexpected
H A Dvarmod-match-escape.mk17 . warning unexpected
H A Ddirective-ifmake.mk23 . warning unexpected
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpei-x86_64.c213 int unexpected = false; in pex64_xdata_print_uwd_codes() local
256 unexpected = ui->FrameRegister == 0; in pex64_xdata_print_uwd_codes()
269 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
281 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
295 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
300 unexpected = true; in pex64_xdata_print_uwd_codes()
313 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
325 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
337 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
356 if (unexpected) in pex64_xdata_print_uwd_codes()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpei-x86_64.c228 int unexpected = false; in pex64_xdata_print_uwd_codes() local
271 unexpected = ui->FrameRegister == 0; in pex64_xdata_print_uwd_codes()
284 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
296 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
310 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
315 unexpected = true; in pex64_xdata_print_uwd_codes()
328 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
340 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
352 unexpected = !save_allowed; in pex64_xdata_print_uwd_codes()
371 if (unexpected) in pex64_xdata_print_uwd_codes()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception67 /// If you write a replacement %unexpected handler, it must be of this type.
86 /// Return the current unexpected handler.
92 void unexpected() __attribute__ ((__noreturn__));
96 * exception-declaration in the matching handler or entering @c unexpected()
H A Deh_terminate.cc69 std::unexpected () in unexpected() function in std
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dexception83 /// If you write a replacement %unexpected handler, it must be of this type.
94 /** Return the current unexpected handler.
109 void unexpected() __attribute__ ((__noreturn__));
114 * exception-declaration in the matching handler or entering `unexpected()`
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-lex.l168 error_at_line (&lexer_line, "unexpected character `%s'", yytext);
194 "unterminated comment or string; unexpected EOF");
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.l171 error_at_line (&lexer_line, "unexpected character `%s'", yytext);
197 "unterminated comment or string; unexpected EOF");
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dexception_fallback.ipp33 void unexpected()
36 // unexpected handler should not return
H A Dexception_msvc.ipp43 void unexpected() {
45 // unexpected handler should not return
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Derr_syntax26.error1 YACC: e - line 6 of "./err_syntax26.y", unexpected end-of-file
/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Derr_syntax26.error1 YACC: e - line 6 of "./err_syntax26.y", unexpected end-of-file
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td209 def err_at_in_class : Error<"unexpected '@' in member specification">;
210 def err_unexpected_semi : Error<"unexpected ';' before %0">;
305 def err_unexpected_at : Error<"unexpected '@' in program">;
378 "unexpected type name %0: expected identifier">;
383 "unexpected namespace scope prior to decltype">;
419 "unexpected ':' in nested name specifier; did you mean '::'?">;
504 def err_objc_concat_string : Error<"unexpected token after Objective-C string">;
569 "unexpected end of exception specification">;
592 "unexpected end of default argument expression">;
615 "unexpected %0 in function call; perhaps remove the %0?">;
[all …]
/netbsd-src/sys/arch/atari/atari/
H A Dintr.c274 static int unexpected, straycount; in intr_dispatch() local
291 if (++unexpected > 10) in intr_dispatch()
/netbsd-src/external/bsd/tre/dist/tests/agrep/
H A Ddelimiters.args3 # regexp to work in an unexpected way.
/netbsd-src/external/bsd/unbound/dist/testdata/09-unbound-control.tdir/
H A D09-unbound-control.test57 # Fail the test for unexpected answers
58 # $1: unexpected regular expression
102 # Fail the test for unexpected entry in the cache dump
103 # $1: unexpected regular expression
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc230 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 "
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc229 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 "
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc228 return nullptr; // unexpected end of string
326 Report("%s: WARNING: unexpected format specifier in scanf interceptor: ",
464 Report("WARNING: unexpected floating-point arg size" \
479 Report("WARNING: unexpected arg size" \
524 "%s: WARNING: unexpected format specifier in printf "
/netbsd-src/sys/arch/evbarm/gemini/
H A Dgemini.h118 # error unexpected NGEMINIIPM > 1
/netbsd-src/external/gpl3/binutils/dist/gprof/po/
H A Dgprof.pot40 msgid "%s: %s: unexpected end of file\n"
265 msgid "%s: address size has unexpected value of %u\n"
305 msgid "%s: unexpected EOF after reading %d/%d bins\n"
459 msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
/netbsd-src/external/gpl3/binutils.old/dist/gprof/po/
H A Dgprof.pot41 msgid "%s: %s: unexpected end of file\n"
266 msgid "%s: address size has unexpected value of %u\n"
306 msgid "%s: unexpected EOF after reading %d/%d bins\n"
460 msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"

12345678910>>...31