| /freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | unexpected.h | 42 class unexpected; variable 48 struct __is_std_unexpected<unexpected<_Err>> : true_type {}; 60 class unexpected { 66 _LIBCPP_HIDE_FROM_ABI constexpr unexpected(const unexpected&) = default; 67 _LIBCPP_HIDE_FROM_ABI constexpr unexpected(unexpected&&) = default; 70 requires(!is_same_v<remove_cvref_t<_Error>, unexpected> && // 89 _LIBCPP_HIDE_FROM_ABI constexpr unexpected& operator=(const unexpected&) = default; 90 _LIBCPP_HIDE_FROM_ABI constexpr unexpected& operator=(unexpected&&) = default; 103 …_LIBCPP_HIDE_FROM_ABI friend constexpr void swap(unexpected& __x, unexpected& __y) noexcept(noexce… 110 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(const unexpected& __x, const unexpected<_Er… [all …]
|
| H A D | expected.h | 474 using unexpected_type = unexpected<_Err>; 523 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>&>>, 524 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>>>, 525 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>&>>, 526 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>>> >; 707 _LIBCPP_HIDE_FROM_ABI constexpr expected& operator=(unexpected<_OtherErr>&& __un) { 1370 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>&>>, 1371 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>>>, 1372 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>&>>, 1380 using unexpected_type = unexpected<_Err>; [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | expected.inc | 12 // [expected.unexpected], class template unexpected 13 using std::unexpected; 18 // in-place construction of unexpected values
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | expected | 17 // [expected.unexpected], class template unexpected 18 template<class E> class unexpected; 26 // in-place construction of unexpected values 46 #include <__expected/unexpected.h>
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | sftp-glob.sh | 12 unexpected=$4 32 if test "x$unexpected" != "x" && \ 33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then 34 fail "$unexpected present in $errtag results"
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varmod-indirect.mk | 20 . warning unexpected 26 . warning unexpected 33 . warning unexpected 42 . warning unexpected
|
| H A D | varmod-match-escape.mk | 17 . warning unexpected
|
| H A D | directive-ifmake.mk | 23 . warning unexpected
|
| H A D | var-eval-short.mk | 14 FAIL= ${:!echo unexpected 1>&2!}
|
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_zip_windows_path.c | 73 const char *unexpected = raw_path; in test_with_hdrcharset() local 76 const char *unexpected = replaced; in test_with_hdrcharset() local 84 if (memcmp(ptr, unexpected, len) == 0) in test_with_hdrcharset()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | zts-report.py.in | 456 unexpected = [] variable 476 unexpected.append(test) 478 unexpected.append(test) 518 for test in sorted(unexpected): 522 if len(unexpected) == 0:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | shared-dma-pool.yaml | 35 accessing the system memory at unexpected times and/or 36 unexpected addresses, possibly leading to data leakage or 39 unexpected times. However, to protect against general data
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/support/runtime/ |
| H A D | exception_fallback.ipp | 24 _LIBCPP_NORETURN void unexpected() { 26 // unexpected handler should not return
|
| H A D | exception_msvc.ipp | 35 _LIBCPP_NORETURN void unexpected() { 37 // unexpected handler should not return
|
| /freebsd-14.2/contrib/byacc/test/yacc/ |
| H A D | err_syntax26.error | 1 YACC: e - line 6 of "./err_syntax26.y", unexpected end-of-file
|
| /freebsd-14.2/contrib/byacc/test/btyacc/ |
| H A D | err_syntax26.error | 1 YACC: e - line 6 of "./err_syntax26.y", unexpected end-of-file
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticParseKinds.td | 217 def err_unexpected_semi : Error<"unexpected ';' before %0">; 328 def err_unexpected_at : Error<"unexpected '@' in program">; 401 "unexpected type name %0: expected identifier">; 406 "unexpected namespace scope prior to decltype">; 600 "unexpected end of exception specification">; 632 "unexpected end of default argument expression">; 1426 "unexpected '%0' clause, '%1' is specified already">; 1452 "unexpected clause after an implicit 'to' clause">; 1454 "unexpected clause after an implicit 'enter' clause">; 1460 "unexpected 'to' clause, use 'enter' instead">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | operations.h | 26 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void unexpected();
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/ |
| H A D | zfs_clone_010_pos.ksh | 78 typeset unexpected=$2 99 if [[ $unexpected -eq 1 ]]; then
|
| /freebsd-14.2/bin/sh/tests/errors/ |
| H A D | bad-binary1.126 | 3 # Syntax error: word unexpected (expecting ")")
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | T.misc | 445 grep "unexpected" foo >/dev/null || echo 1>&2 "BAD: T.misc syntax error $ fails" 448 grep "unexpected" foo >/dev/null || echo 1>&2 "BAD: T.misc syntax error $2 fails"
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | 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 "
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | asn1_err.et | 12 error_code MISPLACED_FIELD, "ASN.1 unexpected field number"
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/mediatek/ |
| H A D | devapc.yaml | 12 protection to prevent slaves from being accessed by unexpected masters.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | rockchip,iommu.txt | 25 Some mmu instances may produce unexpected results
|