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 | 39648 …const yieldType = getIterationTypeOfIterable(use, IterationTypeKind.Yield, inputType, /*errorNode*… constant 39836 const { yieldType, returnType, nextType } = iterationTypes; constant 39968 const [yieldType] = getTypeArguments(type as GenericType); constant 39981 const [yieldType, returnType, nextType] = getTypeArguments(type as GenericType); constant 40105 const [yieldType] = getTypeArguments(type as GenericType); constant 40117 const [yieldType, returnType, nextType] = getTypeArguments(type as GenericType); constant 40159 const yieldType = getTypeArguments(type as GenericType)[0]; constant 40169 …const yieldType = yieldIteratorResult !== neverType ? getTypeOfPropertyOfType(yieldIteratorResult,… constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 51301 get yieldType() { return ts.Debug.fail("Not supported"); }, getter 81493 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument 86904 function createIterationTypes(yieldType, returnType, nextType) { argument 86921 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; property
|
| D | tsc.js | 42284 get yieldType() { return ts.Debug.fail("Not supported"); }, getter 68498 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument 73193 function createIterationTypes(yieldType, returnType, nextType) { argument 73203 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; property
|