Home
last modified time | relevance | path

Searched defs:With (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault()
130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h72 MockSpec<F> With() { in With() function
92 MockSpec<F> With(const Matcher<A1>& m1) { in With() function
112 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function
133 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
155 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
179 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
203 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
229 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
255 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
283 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
[all …]
Dgmock-spec-builders.h314 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
918 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2138 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
2146 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { in tryOptimizeCall() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp60 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
3174 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp136 void replaceCall(Value *With) { in replaceCall()
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c15212 typedef struct With With; typedef
20150 struct With { struct
20153 With *pOuter; /* Containing WITH clause, or NULL */ argument
20154 Cte a[1]; /* For each CTE in the WITH clause.... */