Searched refs:Expect (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc58 internal::Expect(false, __FILE__, __LINE__, ss.str());
62 internal::Expect(false, __FILE__, __LINE__, ss.str());
66 internal::Expect(false, __FILE__, __LINE__, ss.str());
H A Dgmock-spec-builders.cc305 Expect(false, nullptr, -1, msg);
420 // in the description, as the Expect() call that follows already
424 Expect(false, untyped_expectation->file(), untyped_expectation->line(),
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp31 Expect, member in class:clang::ast_matchers::__anon325::MacroType
60 case MacroType::Expect:
104 case MacroType::Expect:
197 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right);
207 return gtestThatInternal(MacroType::Expect, Actual, Matcher);
224 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args);
229 return gtestCallInternal(MacroType::Expect, MockCall, Args);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp116 static void handlePhiDef(CallInst *Expect) { argument
117 Value &Arg = *Expect->getArgOperand(0);
118 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1));
123 Function *Fn = Expect->getCalledFunction();
129 auto *Confidence = cast<ConstantFP>(Expect->getArgOperand(2));
258 Expect->getCalledFunction()->getIntrinsicID(), Expect, 2);
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix.exp2 Expect 'Hello,' and 'World!'
H A Dposix1.mk23 # Expect:
46 # Expect: foo baR baz, bar baz, foo bar baz, fooadd baradd bazadd
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp222 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); local
223 if (!Expect || (Offset != *Expect)) {
/freebsd-current/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h255 inline void Expect(bool condition, const char* file, int line, function in namespace:testing::internal
262 inline void Expect(bool condition, const char* file, int line) { function in namespace:testing::internal
263 Expect(condition, file, line, "Expectation failed.");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp82 int64_t Expect,
90 return Imm == Expect;
80 matchingImmOps(const MachineInstr &MI, int MIOpIndex, int64_t Expect, unsigned ExtendFrom = 64) argument
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc345 // Tests that Expect(true, ...) succeeds.
347 Expect(true, __FILE__, __LINE__, "This should succeed.");
348 Expect(true, __FILE__, __LINE__); // This should succeed too.
351 // Tests that Expect(false, ...) generates a non-fatal failure.
355 Expect(false, __FILE__, __LINE__, "This should fail.");
361 Expect(false, __FILE__, __LINE__);
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h268 Expect(property, file_, line_, failure_message);
750 Expect(property, file_, line_, failure_message);
1424 Expect(false, nullptr, -1, ss.str());
1427 Expect(false, untyped_expectation->file(), untyped_expectation->line(),
1864 // This definition must be kept in sync with the uses of Expect()

Completed in 143 milliseconds