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.ts39648 …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/
DtypingsInstaller.js51301 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
Dtsc.js42284 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