Searched defs:With (Results 1 – 15 of 15) sorted by relevance
| /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/googletest/googlemock/include/gmock/ |
| D | gmock-spec-builders.h | 319 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
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource3.ts | 107 With, enumerator
|
| D | parserRealSource10.ts | 60 With, enumerator
|
| /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/skia/third_party/externals/jinja2/ |
| D | nodes.py | 341 class With(Stmt): class
|
| /third_party/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/boost/libs/hof/doc/html/ |
| D | searchindex.js | 1 …ors","doc/src/building","doc/src/concepts","doc/src/configurations","doc/src/decorators","doc/src/…
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 14379 typedef struct With With; typedef 19073 struct With { struct 19076 With *pOuter; /* Containing WITH clause, or NULL */ argument 19077 Cte a[1]; /* For each CTE in the WITH clause.... */
|
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 273 } With; member
|