Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/vixl/src/
Dcpu-features.h346 CPUFeatures With(T... others) const { in With() function
/third_party/jinja2/
Didtracking.py222 def visit_With(self, node: nodes.With, **kwargs: t.Any) -> None:
303 def visit_With(self, node: nodes.With, **kwargs: t.Any) -> None:
Dnodes.py378 class With(Stmt): class
Dcompiler.py1346 def visit_With(self, node: nodes.With, frame: Frame) -> None:
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h295 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/
DparserRealSource3.ts107 With, enumerator
DparserRealSource10.ts60 With, enumerator
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs50 struct With<T> { in test_gen() struct
51 t: T, in test_gen()
53 x: X, in test_gen()
/third_party/python/Objects/
Dframeobject.c95 With = 1, enumerator
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py340 class With(Stmt): class
/third_party/node/deps/v8/third_party/jinja2/
Dnodes.py341 class With(Stmt): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py341 class With(Stmt): class
/third_party/typescript/src/compiler/transformers/
Dgenerators.ts149 With, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp151 void replaceCall(Value *With) { in replaceCall()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/python/Include/internal/
Dpycore_ast.h273 } With; member
/third_party/sqlite/src/
Dsqlite3.c14804 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.... */