Searched defs:yieldType (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.hpp | 110 llvm::Type *yieldType = nullptr; member
|
| D | SubzeroReactor.cpp | 4898 void Nucleus::createCoroutine(Type *yieldType, const std::vector<Type *> ¶ms) in createCoroutine()
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 39710 …const yieldType = getIterationTypeOfIterable(use, IterationTypeKind.Yield, inputType, /*errorNode*… constant 39898 const { yieldType, returnType, nextType } = iterationTypes; constant 40030 const [yieldType] = getTypeArguments(type as GenericType); constant 40043 const [yieldType, returnType, nextType] = getTypeArguments(type as GenericType); constant 40167 const [yieldType] = getTypeArguments(type as GenericType); constant 40179 const [yieldType, returnType, nextType] = getTypeArguments(type as GenericType); constant 40221 const yieldType = getTypeArguments(type as GenericType)[0]; constant 40231 …const yieldType = yieldIteratorResult !== neverType ? getTypeOfPropertyOfType(yieldIteratorResult,… constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 42451 get yieldType() { return ts.Debug.fail("Not supported"); }, getter 68697 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument 73392 function createIterationTypes(yieldType, returnType, nextType) { argument 73402 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; property
|
| D | typingsInstaller.js | 51478 get yieldType() { return ts.Debug.fail("Not supported"); }, getter 81708 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument 87119 function createIterationTypes(yieldType, returnType, nextType) { argument 87136 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; property
|