Searched refs:With (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { argument
117 I->replaceAllUsesWith(With);
124 void replaceAllUsesWith(Instruction *I, Value *With);
130 void substituteInParent(Instruction *I, Value *With) { argument
131 replaceAllUsesWith(I, With);
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_output_test_.cc177 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
198 .With(Ge());
200 foo_.Bar2(2, 3); // Mismatch With()
206 .With(Ge());
208 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
H A Dgmock-spec-builders_test.cc260 .With(_)
269 .With(_)
270 .With(_)
272 }, ".With() cannot appear more than once in an ON_CALL()");
322 .With(_)
331 .With(_)
332 .With(_);
333 }, ".With() cannot appear more than once in an EXPECT_CALL()");
344 .With(_);
345 }, ".With() mus
[all...]
H A Dgmock-generated-matchers_test.cc526 .With(ElementsAre(0, 1));
H A Dgmock-matchers_test.cc3108 .With(AllArgs(Lt()))
3112 .With(AllArgs(Gt()))
3217 // With ASSERT_THAT("hello"...) changed to ASSERT_THAT(string("hello") ... )
3806 // With references, the matcher itself can fail. Test for that one.
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h72 MockSpec<F> With() { function in class:testing::internal::FunctionMocker
92 MockSpec<F> With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
112 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
133 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
155 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
179 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
203 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
229 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
255 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
283 MockSpec<F> With(cons function in class:testing::internal::FunctionMocker
313 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
H A Dgmock-spec-builders.h39 // .With(multi-argument-matcher)
42 // where the .With() clause is optional.
48 // .With(multi-argument-matchers)
313 // Implements the .With() clause.
314 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
317 ".With() cannot appear "
355 // .With(multi-argument-matcher)
723 // If this mock method has an extra matcher (i.e. .With(matcher)),
917 // Implements the .With() clause.
918 TypedExpectation& With(cons
[all...]
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm6 With the GNU linker, there can only be a single -init option, and the
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dexpn.pl1260 email addresses. With the
1270 the formula. With the
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm73 With gcc3, we now need to save and restore CR as well, since gcc3's
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm100 The C<CODE> is called after a Rs/Re block is done. With a hash reference as a
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm127 The C<CODE> is called after a Rs/Re block is done. With a hash reference as a
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp151 void replaceCall(Value *With) { argument
152 CI->replaceAllUsesWith(With);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp92 /// Return true if it is only used in equality comparisons with With.
93 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
96 if (IC->isEquality() && IC->getOperand(1) == With)
786 // With a null EndPtr, this function won't capture the main argument.
3194 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) {
3196 Replacer(I, With);
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex508 rather than having to debug the results on an embedded kernel. With
517 boot a \texttt{ppc64} kernel on an embedded system. With the merge of
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4259 auto InstCombineRAUW = [this](Instruction *From, Value *With) {
4260 replaceInstUsesWith(*From, With);
4267 if (Value *With = Simplifier.optimizeCall(CI)) {
4269 return CI->use_empty() ? CI : replaceInstUsesWith(*CI, With);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1704 # With BoringSSL we need libkeystore-engine in order to provide access to
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c2478 ** With SQLITE_ACCESS_EXISTS, the xAccess method
2480 ** With SQLITE_ACCESS_READWRITE, the xAccess method
2487 ** With SQLITE_ACCESS_READ, the xAccess method
3267 ** slower. But the QPSG has the advantage of more predictable behavior. With
5102 ** in order to find the underlying cause of the problem. With the "v2" prepare
5539 ** CAPI3REF: Index Of A Parameter With A Given Name
5714 ** ^With the "v2" interface, any of the other [result codes] or
5737 ** ^With the legacy interface, a more specific error code (for example,
14829 typedef struct With With; typedef in typeref:struct:With
19395 struct With { struct
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dconfigure868 enable expensive run-time checks. With LIST,
877 unused parts of the compiler. With LEVEL, specify
1736 # With GNU ld
1746 # With pre-defined ld
1783 # With demangler in GNU ld
1797 # With GNU as
7004 # With stabs
12152 # With Setjmp/Longjmp based exception handling.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex8816 % With TeX Live 2008, etex now includes hyphenation patterns for all

Completed in 712 milliseconds