Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/llvm-project/clang/lib/ASTMatchers/
HDGtestMatchers.cpp31 Expect, enumerator
60 case MacroType::Expect: in getMacroTypeName()
104 case MacroType::Expect: in getSpecSetterName()
197 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right); in gtestExpect()
207 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat()
224 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall()
229 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLowerExpectIntrinsic.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-head/contrib/atf/atf-sh/
HDlibatf-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-head/contrib/googletest/googlemock/src/
HDgmock-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()
HDgmock-spec-builders.cc305 Expect(false, nullptr, -1, msg); in ReportUninterestingCall()
424 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in VerifyAndClearExpectationsLocked()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineFunction.cpp221 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); in setDynLDSAlign() local
222 if (!Expect || (Offset != *Expect)) { in setDynLDSAlign()
/freebsd-head/contrib/googletest/googlemock/include/gmock/internal/
HDgmock-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-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMacroFusion.cpp82 int64_t Expect, in matchingImmOps() argument
90 return Imm == Expect; in matchingImmOps()
/freebsd-head/contrib/googletest/googlemock/test/
HDgmock-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-head/contrib/googletest/docs/
HDquickstart-cmake.md90 // Expect two strings not to be equal.
92 // Expect equality.
HDquickstart-bazel.md79 // Expect two strings not to be equal.
81 // Expect equality.
HDgmock_cheat_sheet.md164 [Knowing When to Expect](gmock_cook_book.md#UseOnCall) for a more detailed
HDgmock_for_dummies.md346 ### Matchers: What Arguments Do We Expect?
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsSPIRV.td41 // Expect, Assume Intrinsics
/freebsd-head/tools/tools/crypto/
HDREADME39 Expect ~400 Mb/s for a Broadcom 582x for 16K buffers on a reasonable
/freebsd-head/contrib/googletest/googlemock/include/gmock/
HDgmock-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-head/contrib/unbound/testdata/09-unbound-control.tdir/
HD09-unbound-control.test19 # Expect a given exit value of the previous command
45 # Expect something in the answer
157 # Expect an entry in the cache dump
/freebsd-head/contrib/libxo/doc/
HDgetting.rst133 Expect to see the "*configure*" script generate the following error::
/freebsd-head/contrib/googletest/docs/reference/
HDmocking.md216 .After(all_inits); // Expect Describe() call after all InitElement() calls
/freebsd-head/contrib/libpcap/
HDgrammar.y.in24 * https://www.gnu.org/software/bison/manual/html_node/Expect-Decl.html
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFeatures.td763 "Expect instructions to be stored big-endian.">;
/freebsd-head/contrib/ntp/sntp/libevent/
HDChangeLog419 …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-head/contrib/libevent/
HDChangeLog419 …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-head/crypto/openssl/doc/man1/
HDopenssl-s_server.pod.in697 Expect the client to send PSK identity I<val> when using a PSK
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVInstrInfo.td111 // - SPV_KHR_expect_assume : Expect assume instructions

12