/freebsd/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 { 62 …"[expected.un.general] states a program that instantiates std::unexpected for a non-object type, a… 63 … "array type, a specialization of unexpected, or a cv-qualified type is ill-formed."); 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> && // 73 _LIBCPP_HIDE_FROM_ABI constexpr explicit unexpected(_Error&& __error) // 79 _LIBCPP_HIDE_FROM_ABI constexpr explicit unexpected(in_place_t, _Args&&... __args) // [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | 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 …]
|
H A D | cmd-errors-jobs.mk | 42 : unexpected $@-${UNCLOSED 45 : unexpected $@-${UNCLOSED: 48 : unexpected $@-${UNKNOWN:Z}-eol 50 # expect-not: : unexpected
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_property/ |
H A D | zfs_written_property_001_pos.ksh | 79 log_fail "Unexpected written value $written $expected_written" 97 log_fail "Unexpected written value $written $expected_written $i" 111 log_fail "Unexpected written@ value" 125 log_fail "Unexpected written value after delete $written $before_written" 130 log_fail "Unexpected written value after delete $writtenat $expected_writtenat" 135 log_fail "Unexpected written value after delete" 169 log_fail "unexpected written for clone $before_clone $after_clone" 182 log_fail "unexpected written values $before_written1 $written1" 187 log_fail "unexpected written value $prev_written $expected_written3" 194 log_fail "Unexpected last snapshot written value" [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | adt_test.cpp | 32 EXPECT_EQ(S.size(), 5U) << "Span has unexpected size"; in TEST() 34 << "Unexpected iterator range size"; in TEST() 35 EXPECT_EQ(S.data(), &A[0]) << "Span data has unexpected value"; in TEST() 37 EXPECT_EQ(S[I], A[I]) << "Unexpected span element value"; in TEST() 44 EXPECT_EQ(S.size(), 5U) << "Span has unexpected size"; in TEST() 46 << "Unexpected iterator range size"; in TEST() 47 EXPECT_EQ(S.data(), &A[0]) << "Span data has unexpected value"; in TEST() 49 EXPECT_EQ(S[I], A[I]) << "Unexpected span element value"; in TEST()
|
H A D | c_api_test.cpp | 44 << "Unexpected value at index " << I; in TEST() 75 << "Unexpected value at index " << I; in TEST() 106 << "Unexpected value at index " << I; in TEST() 127 << "Unexpected value at index " << I; in TEST() 149 << "Unexpected value at index " << I; in TEST() 151 << "Unexpected value at index " << (SmallAllocSize - 1); in TEST() 173 << "Unexpected value at index " << I; in TEST() 175 << "Unexpected value at index " << (LargeAllocSize - 1); in TEST()
|
H A D | error_test.cpp | 54 EXPECT_FALSE(E) << "Unexpected error while testing Error 'Success'"; in TEST() 94 EXPECT_EQ(CE->getV1(), 42) << "Unexpected wrapped value"; in TEST() 96 ADD_FAILURE() << "Unexpected error value"; in TEST() 103 EXPECT_EQ(CE->getV1(), 42) << "Unexpected wrapped value"; in TEST() 105 ADD_FAILURE() << "Unexpected error value"; in TEST() 112 EXPECT_EQ(CSE->getV1(), 42) << "Unexpected wrapped value"; in TEST() 113 EXPECT_EQ(CSE->getV2(), "foo") << "Unexpected wrapped value"; in TEST() 115 ADD_FAILURE() << "Unexpected error value"; in TEST() 168 EXPECT_EQ(SE->toString(), "foo") << "Unexpected StringError value"; in TEST()
|
/freebsd/crypto/openssl/test/ |
H A D | params_conversion_test.c | 194 TEST_note("unexpected valid conversion to int32 on line %d", line); in param_conversion_test() 200 TEST_note("unexpected conversion to int32 on line %d", line); in param_conversion_test() 206 TEST_note("unexpected valid conversion from int32 on line %d", in param_conversion_test() 214 TEST_note("unexpected valid conversion to int64 on line %d", line); in param_conversion_test() 220 TEST_note("unexpected conversion to int64 on line %d", line); in param_conversion_test() 226 TEST_note("unexpected valid conversion from int64 on line %d", in param_conversion_test() 234 TEST_note("unexpected valid conversion to uint32 on line %d", line); in param_conversion_test() 240 TEST_note("unexpected conversion to uint32 on line %d", line); in param_conversion_test() 246 TEST_note("unexpected valid conversion from uint32 on line %d", in param_conversion_test() 254 TEST_note("unexpected valid conversion to uint64 on line %d", line); in param_conversion_test() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaMCCodeEmitter.cpp | 206 llvm_unreachable("Unexpected operand value!"); in getCallEncoding() 212 assert((MO.isExpr()) && "Unexpected operand value!"); in getCallEncoding() 232 assert((MO.isExpr()) && "Unexpected operand value!"); in getL32RTargetEncoding() 252 report_fatal_error("Unexpected operand value!"); in getMemRegEncoding() 259 report_fatal_error("Unexpected operand value!"); in getMemRegEncoding() 265 assert((isUInt<8>(Res)) && "Unexpected operand value!"); in getMemRegEncoding() 279 assert(((Res >= -128) && (Res <= 127)) && "Unexpected operand value!"); in getImm8OpValue() 292 "Unexpected operand value!"); in getImm8_sh8OpValue() 304 assert(((Res >= -2048) && (Res <= 2047)) && "Unexpected operand value!"); in getImm12OpValue() 316 assert((Res <= 15) && "Unexpected operand value!"); in getUimm4OpValue() [all …]
|
/freebsd/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 47 # include <__expected/unexpected.h>
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/ |
H A D | zfs_clone_010_pos.ksh | 78 typeset unexpected=$2 95 log_fail "$snapshot has unexpected number of clones" \ 99 if [[ $unexpected -eq 1 ]]; then 107 "Unexpected clones of the snapshot" 115 "Unexpected clones of the snapshot" 122 "Unexpected clones of the snapshot" 130 done) || log_fail "Unexpected clones" \ 222 log_fail "Clone list not truncated correctly. Unexpected character count" \
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | expected.cppm |
|
/freebsd/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" 57 # target message expected unexpected
|
H A D | channel-timeout.sh | 47 fail "ssh returned unexpected error code $r" 56 fail "ssh returned unexpected error code $r" 65 fail "ssh returned unexpected error code $r" 87 fail "ssh returned unexpected error code $r" 98 fail "ssh returned unexpected error code $r"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.h | 57 assert(MO.isExpr() && "Unexpected MO type."); in getImmOpValue() 92 assert(MO.isImm() && "Unexpected MO type."); in getImmShiftOpValue() 107 assert(MO.isExpr() && "Unexpected MO type."); in getBranchSymbolOpValue() 122 assert(MO.isExpr() && "Unexpected MO type."); in getConstpoolSymbolOpValue() 137 assert(MO.isExpr() && "Unexpected MO type."); in getDataSymbolOpValue() 151 assert(MO.isExpr() && "Unexpected MO type."); in getCallSymbolOpValue() 165 assert(MO.isExpr() && "Unexpected MO type."); in getBareSymbolOpValue()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_output_test_golden.txt | 33 Unexpected mock function call - returning default value. 48 Unexpected mock function call - returning directly. 94 Unexpected mock function call - returning default value. 116 Unexpected mock function call - returning default value. 138 Unexpected mock function call - returning default value. 181 Unexpected mock function call - returning default value. 198 Unexpected mock function call - returning default value. 213 Unexpected mock function call - returning default value. 230 Unexpected mock function call - taking default action specified at: 246 Unexpected mock function call - taking default action specified at:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 120 "Unexpected vector size."); in DecodePSHUFBMask() 130 "Unexpected number of vector elements."); in DecodePSHUFBMask() 158 "Unexpected vector size."); in DecodeVPERMILPMask() 159 assert((ElSize == 32 || ElSize == 64) && "Unexpected vector element size."); in DecodeVPERMILPMask() 170 "Unexpected number of vector elements."); in DecodeVPERMILPMask() 195 "Unexpected vector size."); in DecodeVPERMIL2PMask() 206 "Unexpected number of vector elements."); in DecodeVPERMIL2PMask() 249 assert(Width == 128 && Width >= MaskTySize && "Unexpected vector size."); in DecodeVPPERMMask() 258 assert(NumElts == 16 && "Unexpected number of vector elements."); in DecodeVPPERMMask()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_iter.c | 65 "unexpected error %d from dsl_dataset_hold_obj(dsobj)", in zcp_clones_iter() 85 "unexpected error %d from zap_cursor_retrieve()", in zcp_clones_iter() 98 "unexpected error %d from " in zcp_clones_iter() 171 "unexpected error %d from dsl_dataset_hold_obj(dsobj)", in zcp_snapshots_iter() 189 "unexpected error %d from dmu_snapshot_list_next()", err)); in zcp_snapshots_iter() 255 "unexpected error %d from dsl_dataset_hold_obj(dsobj)", in zcp_children_iter() 275 "unexpected error %d from dmu_dir_list_next()", in zcp_children_iter() 513 "unexpected error %d from dsl_dataset_hold_obj(dsobj)", in zcp_bookmarks_iter() 528 "unexpected error %d from zap_lookup()", err)); in zcp_bookmarks_iter() 549 "unexpected error %d from zap_cursor_retrieve()", in zcp_bookmarks_iter() [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-positives.c | 14 * delimiters and parenthesis-like symbols, e.g., on unexpected/unclosed braces. 48 */ /*@ unexpected comment ending delimiter outside comment */ 76 } /*@ unexpected closing brace (too many '}') outside expr */ 77 ) /*@ unexpected closing paren outside expr */ 78 #endif /*@ unexpected #endif */ 83 int xx = 1) + /*@ unexpected closing parenthesis */ 85 a] - /*@ unexpected closing bracket */ 86 3: * /*@ unexpected ':' (without preceding '?') within expr */ 87 4}; /*@ unexpected closing brace within expression */
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 277 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!"); in ParseDirectiveSymbolAttribute() 293 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 316 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch() 401 return TokError("unexpected token in directive"); in parseSectionArguments() 449 return TokError("unexpected token in directive"); in ParseDirectiveScl() 462 return TokError("unexpected token in directive"); in ParseDirectiveType() 489 return TokError("unexpected token in directive"); in ParseDirectiveSecRel32() 541 return TokError("unexpected token in directive"); in ParseDirectiveSafeSEH() 556 return TokError("unexpected token in directive"); in ParseDirectiveSecIdx() 571 return TokError("unexpected token in directive"); in ParseDirectiveSymIdx() [all …]
|
H A D | DarwinAsmParser.cpp | 478 return TokError("unexpected token in section switching directive"); in parseSectionSwitch() 532 return TokError("unexpected token in '.desc' directive"); in parseDirectiveDesc() 540 return TokError("unexpected token in '.desc' directive"); in parseDirectiveDesc() 577 return TokError("unexpected token in '.indirect_symbol' directive"); in parseDirectiveIndirectSymbol() 595 return TokError("unexpected token in '.dump' or '.load' directive"); in parseDirectiveDumpOrLoad() 625 return TokError("unexpected token in '" + Twine(IDVal) + "' directive"); in parseDirectiveLinkerOption() 644 return TokError("unexpected token in '.lsym' directive"); in parseDirectiveLsym() 652 return TokError("unexpected token in '.lsym' directive"); in parseDirectiveLsym() 674 return TokError("unexpected token in '.section' directive"); in parseDirectiveSection() 686 return TokError("unexpected token in '.section' directive"); in parseDirectiveSection() [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | merge_summary.awk | 63 /Tests with result of PASS that are unexpected/{state="unexpected_pass_lines"; next} 64 /Tests with results other than PASS that are unexpected/{state="unexpected_lines"; next} 100 print "\n\nTests with result of PASS that are unexpected:" 105 print "\n\nTests with results other than PASS that are unexpected:"
|
/freebsd/contrib/ntp/scripts/build/ |
H A D | UpdatePoint | 33 *) echo "Unexpected repo type: <$repo>!" 213 *) echo "Unexpected value for 'rcpoint' <$rcpoint>!" 219 echo "prerelease <$prerelease> unexpected" 248 *) echo "Unexpected value for 'point' <$point>! (repo::bp::point is $repo::$bp::$point)" 260 *) echo "Unexpected value for 'betapoint' <$betapoint>!" 290 *) echo "Unexpected value for 'crcp::rcpoint' <$crcp::$rcpoint>!"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 128 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 141 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 160 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 174 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 188 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 221 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 254 llvm_unreachable("unexpected relocation type!"); in getRelocType32()
|
/freebsd/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() 89 failure("should not find unexpected path in anywhere (charset=%s)", charset); in test_with_hdrcharset()
|