Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp26 Expect, enumerator
55 case MacroType::Expect: in getMacroTypeName()
99 case MacroType::Expect: in getSpecSetterName()
192 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right); in gtestExpect()
202 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat()
219 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall()
224 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp75 Expect(Token::Kind::eof); in Run()
157 Expect(Token::r_square); in ParsePostfixExpression()
199 Expect(Token::r_paren); in ParsePrimaryExpression()
237 Expect(Token::coloncolon); in ParseNestedNameSpecifier()
258 Expect(Token::coloncolon); in ParseNestedNameSpecifier()
311 Expect(Token::identifier); in ParseIdExpression()
330 Expect(Token::identifier); in ParseUnqualifiedId()
373 void DILParser::Expect(Token::Kind kind) { in Expect() function in lldb_private::dil::DILParser
/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/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/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/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp228 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); in setDynLDSAlign() local
229 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/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/llvm-project/lldb/include/lldb/ValueObject/
H A DDILParser.h102 void Expect(Token::Kind kind);
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md69 // Expect two strings not to be equal.
71 // Expect equality.
H A Dquickstart-cmake.md90 // Expect two strings not to be equal.
92 // 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/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/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSPIRV.td46 // Expect, Assume Intrinsics
/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.td778 "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.in634 Expect the client to send PSK identity I<val> when using a PSK

12