Home
last modified time | relevance | path

Searched refs:YieldType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Doc/library/
Dtyping.rst1813 ``Generator[YieldType, SendType, ReturnType]``. For example::
1834 either ``Iterable[YieldType]`` or ``Iterator[YieldType]``::
1885 ``AsyncGenerator[YieldType, SendType]``. For example::
1906 either ``AsyncIterable[YieldType]`` or ``AsyncIterator[YieldType]``::
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp4019 void Nucleus::createCoroutine(Type *YieldType, const std::vector<Type *> &Params) in createCoroutine() argument
4029 auto promiseTy = T(YieldType); in createCoroutine()