/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 116 static void handlePhiDef(CallInst *Expect) { in handlePhiDef() argument 117 Value &Arg = *Expect->getArgOperand(0); in handlePhiDef() 118 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef() 123 Function *Fn = Expect->getCalledFunction(); in handlePhiDef() 129 auto *Confidence = cast<ConstantFP>(Expect->getArgOperand(2)); in handlePhiDef() 258 Expect->getCalledFunction()->getIntrinsicID(), Expect, 2); in handlePhiDef()
|
/freebsd/contrib/atf/atf-sh/ |
H A D | libatf-sh.subr | 31 Expect=pass 163 Expect=death 176 Expect=timeout 191 Expect=exit 208 Expect=fail 221 Expect=pass 236 Expect=signal 266 case "${Expect}" in 310 case "${Expect}" in 312 Expect=pass [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 58 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl() 62 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl() 66 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
|
H A D | gmock-spec-builders.cc | 305 Expect(false, nullptr, -1, msg); in ReportUninterestingCall() 424 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in VerifyAndClearExpectationsLocked()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 221 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); in setDynLDSAlign() local 222 if (!Expect || (Offset != *Expect)) { in setDynLDSAlign()
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 256 inline void Expect(bool condition, const char* file, int line, in Expect() function 263 inline void Expect(bool condition, const char* file, int line) { in Expect() function 264 Expect(condition, file, line, "Expectation failed."); in Expect()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 82 int64_t Expect, in matchingImmOps() argument 90 return Imm == Expect; in matchingImmOps()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | posix.exp | 2 Expect 'Hello,' and 'World!'
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 347 Expect(true, __FILE__, __LINE__, "This should succeed."); in TEST() 348 Expect(true, __FILE__, __LINE__); // This should succeed too. in TEST() 355 Expect(false, __FILE__, __LINE__, "This should fail."); in TEST() 361 Expect(false, __FILE__, __LINE__); in TEST()
|
/freebsd/contrib/googletest/docs/ |
H A D | quickstart-cmake.md | 90 // Expect two strings not to be equal. 92 // Expect equality.
|
H A D | quickstart-bazel.md | 79 // Expect two strings not to be equal. 81 // Expect equality.
|
H A D | gmock_cheat_sheet.md | 164 [Knowing When to Expect](gmock_cook_book.md#UseOnCall) for a more detailed
|
H A D | gmock_for_dummies.md | 346 ### Matchers: What Arguments Do We Expect?
|
/freebsd/tools/tools/crypto/ |
H A D | README | 39 Expect ~400 Mb/s for a Broadcom 582x for 16K buffers on a reasonable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsSPIRV.td | 41 // Expect, Assume Intrinsics
|
H A D | Intrinsics.td | 1342 //===------------------------- Expect Intrinsics --------------------------===//
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 268 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 750 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 1424 Expect(false, nullptr, -1, ss.str()); in ~FailureCleanupHandler() 1427 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in ~FailureCleanupHandler()
|
/freebsd/contrib/libxo/doc/ |
H A D | getting.rst | 133 Expect to see the "*configure*" script generate the following error::
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | mocking.md | 216 .After(all_inits); // Expect Describe() call after all InitElement() calls
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 24 * https://www.gnu.org/software/bison/manual/html_node/Expect-Decl.html
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 763 "Expect instructions to be stored big-endian.">;
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 419 …o http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue" (ac448a7 Azat Khuz… 478 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin) 535 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin) 536 o test/http: *lingering tests shouldn't have "Expect: 100-continue" (ed469ab Azat Khuzhin)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 419 …o http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue" (ac448a7 Azat Khuz… 478 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin) 535 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin) 536 o test/http: *lingering tests shouldn't have "Expect: 100-continue" (ed469ab Azat Khuzhin)
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-s_server.pod.in | 697 Expect the client to send PSK identity I<val> when using a PSK
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.td | 111 // - SPV_KHR_expect_assume : Expect assume instructions
|