Home
last modified time | relevance | path

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

12

/external/rust/crates/futures-util/src/sink/
Dwith.rs24 impl<Si, Item, U, Fut, F> fmt::Debug for With<Si, Item, U, Fut, F> implementation
37 impl<Si, Item, U, Fut, F> With<Si, Item, U, Fut, F> impl
56 impl<Si, Item, U, Fut, F> Clone for With<Si, Item, U, Fut, F> implementation
73 impl<S, Item, U, Fut, F> Stream for With<S, Item, U, Fut, F> implementation
83 impl<Si, Item, U, Fut, F, E> With<Si, Item, U, Fut, F> implementation
108 impl<Si, Item, U, Fut, F, E> Sink<U> for With<Si, Item, U, Fut, F> implementation
/external/llvm-project/clang-tools-extra/clangd/unittests/
DProjectAwareIndexTests.cpp50 WithContextValue With(Config::Key, std::move(C)); in TEST() local
76 WithContextValue With(Config::Key, std::move(C)); in TEST() local
/external/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()
/external/swiftshader/third_party/llvm-10.0/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()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h73 MockSpec<F>& With() { in With() function
93 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function
114 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function
135 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
157 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
180 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
228 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
253 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
278 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
[all …]
Dgmock-spec-builders.h306 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
909 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java35 public final class With<V> implements Iterable<V>, Iterator<V> { class
282 private With() { in With() method in With
/external/vixl/src/
Dcpu-features.h333 CPUFeatures With(T... others) const { in With() function
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h319 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
924 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
1603 MockSpec<F> With(Matcher<Args>... m) { in With() function
/external/rust/crates/tinytemplate/src/
Dcompiler.rs20 With, enumerator
/external/python/cpython3/Objects/
Dframeobject.c73 With = 1, enumerator
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1821 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
1829 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { in tryOptimizeCall() local
/external/python/jinja/src/jinja2/
Dnodes.py329 class With(Stmt): class
/external/libchrome/third_party/jinja2/
Dnodes.py340 class With(Stmt): class
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp74 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
2134 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2389 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
2393 if (Value *With = Simplifier.optimizeCall(CI)) { in tryOptimizeCall() local
/external/python/cpython2/Include/
DPython-ast.h134 } With; member
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5) macro
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp150 void replaceCall(Value *With) { in replaceCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp151 void replaceCall(Value *With) { in replaceCall()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp92 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
3169 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp93 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
3194 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4259 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
4267 if (Value *With = Simplifier.optimizeCall(CI)) { in tryOptimizeCall() local
/external/python/cpython3/Include/
DPython-ast.h172 } With; member
518 #define With(a0, a1, a2, a3, a4, a5, a6, a7) _Py_With(a0, a1, a2, a3, a4, a5, a6, a7) macro
/external/python/cpython2/Lib/compiler/
Dast.py1378 class With(Node): class
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14707 typedef struct With With; typedef
19150 struct With { struct
19152 With *pOuter; /* Containing WITH clause, or NULL */ argument
19153 struct Cte { /* For each CTE in the WITH clause.... */
19158 } a[1];

12