Searched defs:Yield (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Coroutine.hpp | 210 inline void Yield(const T &val) in Yield() function
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderControlFlow.cpp | 699 void SpirvShader::Yield(YieldResult res) const in Yield() function in sw::SpirvShader
|
/external/v8/src/torque/ |
D | implementation-visitor.h | 606 VisitResult Yield(VisitResult result) { in Yield() function
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 255 } Yield; member 481 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3) macro
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 311 } Yield; member 627 #define Yield(a0, a1, a2, a3, a4, a5) _Py_Yield(a0, a1, a2, a3, a4, a5) macro
|
/external/v8/src/ast/ |
D | ast.h | 2052 friend class Yield; variable 2071 Yield(Expression* expression, int pos, OnAbruptResume on_abrupt_resume) in Yield() function
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 1403 class Yield(Node): class
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1736 Yield(expr_ty value, int lineno, int col_offset, PyArena *arena) in Yield() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2167 Yield(expr_ty value, int lineno, int col_offset, int end_lineno, int in Yield() function
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 10476 void Yield(Condition cond) { in Yield() function 10483 void Yield() { Yield(al); } in Yield() function
|