Home
last modified time | relevance | path

Searched refs:Expect (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp116 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 Dlibatf-sh.subr31 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 Dgmock-cardinalities.cc58 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 Dgmock-spec-builders.cc305 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 DAMDGPUMachineFunction.cpp221 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 Dgmock-internal-utils.h256 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 DPPCMacroFusion.cpp82 int64_t Expect, in matchingImmOps() argument
90 return Imm == Expect; in matchingImmOps()
/freebsd/contrib/bmake/unit-tests/
H A Dposix.exp2 Expect 'Hello,' and 'World!'
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc347 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 Dquickstart-cmake.md90 // Expect two strings not to be equal.
92 // Expect equality.
H A Dquickstart-bazel.md79 // Expect two strings not to be equal.
81 // Expect equality.
H A Dgmock_cheat_sheet.md164 [Knowing When to Expect](gmock_cook_book.md#UseOnCall) for a more detailed
H A Dgmock_for_dummies.md346 ### Matchers: What Arguments Do We Expect?
/freebsd/tools/tools/crypto/
H A DREADME39 Expect ~400 Mb/s for a Broadcom 582x for 16K buffers on a reasonable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSPIRV.td41 // Expect, Assume Intrinsics
H A DIntrinsics.td1342 //===------------------------- Expect Intrinsics --------------------------===//
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h268 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 Dgetting.rst133 Expect to see the "*configure*" script generate the following error::
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md216 .After(all_inits); // Expect Describe() call after all InitElement() calls
/freebsd/contrib/libpcap/
H A Dgrammar.y.in24 * https://www.gnu.org/software/bison/manual/html_node/Expect-Decl.html
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td763 "Expect instructions to be stored big-endian.">;
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog419 …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 DChangeLog419 …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 Dopenssl-s_server.pod.in697 Expect the client to send PSK identity I<val> when using a PSK
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td111 // - SPV_KHR_expect_assume : Expect assume instructions

12