Home
last modified time | relevance | path

Searched defs:yieldType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.hpp110 llvm::Type *yieldType = nullptr; member
DSubzeroReactor.cpp4898 void Nucleus::createCoroutine(Type *yieldType, const std::vector<Type *> &params) in createCoroutine()
/third_party/typescript/src/compiler/
Dchecker.ts39710 …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/
Dtsc.js42451 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
DtypingsInstaller.js51478 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