/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
|
/third_party/vixl/src/ |
D | cpu-features.h | 346 CPUFeatures With(T... others) const { in With() function
|
/third_party/jinja2/ |
D | idtracking.py | 222 def visit_With(self, node: nodes.With, **kwargs: t.Any) -> None: 303 def visit_With(self, node: nodes.With, **kwargs: t.Any) -> None:
|
D | nodes.py | 378 class With(Stmt): class
|
D | compiler.py | 1346 def visit_With(self, node: nodes.With, frame: Frame) -> None:
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 295 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function 907 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function 1513 MockSpec<F> With(Matcher<Args>... m) { in With() function
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 107 With, enumerator
|
D | parserRealSource10.ts | 60 With, enumerator
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_gen.rs | 50 struct With<T> { in test_gen() struct 51 t: T, in test_gen() 53 x: X, in test_gen()
|
/third_party/python/Objects/ |
D | frameobject.c | 95 With = 1, enumerator
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 340 class With(Stmt): class
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | nodes.py | 341 class With(Stmt): class
|
/third_party/skia/third_party/externals/jinja2/ |
D | nodes.py | 341 class With(Stmt): class
|
/third_party/typescript/src/compiler/transformers/ |
D | generators.ts | 149 With, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 151 void replaceCall(Value *With) { in replaceCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 93 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison() 3194 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4259 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall() 4267 if (Value *With = Simplifier.optimizeCall(CI)) { in tryOptimizeCall() local
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 273 } With; member
|
/third_party/sqlite/src/ |
D | sqlite3.c | 14804 typedef struct With With; typedef 19654 struct With { struct 19657 With *pOuter; /* Containing WITH clause, or NULL */ argument 19658 Cte a[1]; /* For each CTE in the WITH clause.... */
|