/external/v8/src/base/ |
D | win32-headers.h | 77 #undef Yield
|
/external/python/cpython2/Demo/classes/ |
D | README | 7 Rev.py Yield the reverse of a sequence
|
/external/python/cpython2/Tools/compiler/ |
D | ast.txt | 33 Yield: value
|
/external/python/cpython2/Parser/ |
D | Python.asdl | 65 | Yield(expr? value)
|
/external/python/cpython3/Parser/ |
D | Python.asdl | 72 | Yield(expr? value)
|
/external/python/cpython2/Doc/library/ |
D | ast.rst | 177 Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields`` 183 Yield all direct child nodes of *node*, that is, all fields that are nodes
|
D | pkgutil.rst | 110 Yield :pep:`302` importers for the given module name.
|
/external/python/cpython3/Doc/library/ |
D | ast.rst | 181 Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields`` 187 Yield all direct child nodes of *node*, that is, all fields that are nodes
|
D | pkgutil.rst | 129 Yield :term:`finder` objects for the given module name.
|
/external/python/cpython3/Python/ |
D | symtable.c | 3 #ifdef Yield 4 #undef Yield /* undefine conflicting macro from winbase.h */ 1438 if (e->v.Yield.value) in symtable_visit_expr() 1439 VISIT(st, expr, e->v.Yield.value); in symtable_visit_expr()
|
D | ast_unparse.c | 783 if (!e->v.Yield.value) { in append_ast_yield() 788 APPEND_EXPR(e->v.Yield.value, PR_TEST); in append_ast_yield()
|
D | ast_opt.c | 569 CALL_OPT(astfold_expr, expr_ty, node_->v.Yield.value); in astfold_expr()
|
D | pylifecycle.c | 6 #undef Yield /* undefine macro conflicting with winbase.h */
|
D | pythonrun.c | 14 #undef Yield /* undefine macro conflicting with winbase.h */
|
/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 | 282 } Yield; member 558 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3) macro
|
/external/v8/src/ast/ |
D | ast.h | 108 V(Yield) \ 2157 friend class Yield; variable 2173 class Yield final : public Suspend { 2176 Yield(Expression* expression, int pos, OnAbruptResume on_abrupt_resume) in Yield() function 3196 return new (zone_) Yield(expression, pos, on_abrupt_resume); in NewYield()
|
D | prettyprinter.cc | 295 void CallPrinter::VisitYield(Yield* node) { Find(node->expression()); } in VisitYield() 1223 void AstPrinter::VisitYield(Yield* node) { in VisitYield()
|
D | ast-traversal-visitor.h | 365 void AstTraversalVisitor<Subclass>::VisitYield(Yield* expr) { in VisitYield()
|
/external/python/cpython2/Python/ |
D | symtable.c | 1246 if (e->v.Yield.value) in symtable_visit_expr() 1247 VISIT(st, expr, e->v.Yield.value); in symtable_visit_expr()
|
D | pythonrun.c | 7 #undef Yield /* undefine macro conflicting with winbase.h */
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 277 Yield entry point objects from `group` matching `name` 315 Yield distributions for non-duplicate projects in the working set. 503 Yield the unique project names of the distributions in this environment. 581 Yield ``Requirement`` objects for a string or iterable of lines. Each 755 Yield entry point objects from `group` matching `name`. 875 Yield distributions accessible via `path_item`. If `only` is true, yield 1317 Yield named metadata resource as list of non-blank non-comment lines. This 1548 Yield non-empty/non-comment lines from a string/unicode or a possibly-
|
/external/python/cpython3/Modules/ |
D | parsermodule.c | 42 #undef Yield
|
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 801 NOT_A_PATTERN(Yield)
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 718 "Yield"
|