Searched defs:With (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | SimplifyLibCalls.h | 116 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/ |
| D | gmock-generated-function-mockers.h | 72 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 …]
|
| D | gmock-spec-builders.h | 314 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/ |
| D | InstCombineCalls.cpp | 2138 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/ |
| D | SimplifyLibCalls.cpp | 60 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/ |
| D | AMDGPULibCalls.cpp | 136 void replaceCall(Value *With) { in replaceCall()
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 15212 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.... */
|