Home
last modified time | relevance | path

Searched refs:Yield (Results 1 – 25 of 48) sorted by relevance

12

/external/v8/src/base/
Dwin32-headers.h77 #undef Yield
/external/python/cpython2/Demo/classes/
DREADME7 Rev.py Yield the reverse of a sequence
/external/python/cpython2/Tools/compiler/
Dast.txt33 Yield: value
/external/python/cpython2/Parser/
DPython.asdl65 | Yield(expr? value)
/external/python/cpython3/Parser/
DPython.asdl72 | Yield(expr? value)
/external/python/cpython2/Doc/library/
Dast.rst177 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
Dpkgutil.rst110 Yield :pep:`302` importers for the given module name.
/external/python/cpython3/Doc/library/
Dast.rst181 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
Dpkgutil.rst129 Yield :term:`finder` objects for the given module name.
/external/python/cpython3/Python/
Dsymtable.c3 #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()
Dast_unparse.c783 if (!e->v.Yield.value) { in append_ast_yield()
788 APPEND_EXPR(e->v.Yield.value, PR_TEST); in append_ast_yield()
Dast_opt.c569 CALL_OPT(astfold_expr, expr_ty, node_->v.Yield.value); in astfold_expr()
Dpylifecycle.c6 #undef Yield /* undefine macro conflicting with winbase.h */
Dpythonrun.c14 #undef Yield /* undefine macro conflicting with winbase.h */
/external/python/cpython2/Include/
DPython-ast.h255 } Yield; member
481 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3) macro
/external/python/cpython3/Include/
DPython-ast.h282 } Yield; member
558 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3) macro
/external/v8/src/ast/
Dast.h108 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()
Dprettyprinter.cc295 void CallPrinter::VisitYield(Yield* node) { Find(node->expression()); } in VisitYield()
1223 void AstPrinter::VisitYield(Yield* node) { in VisitYield()
Dast-traversal-visitor.h365 void AstTraversalVisitor<Subclass>::VisitYield(Yield* expr) { in VisitYield()
/external/python/cpython2/Python/
Dsymtable.c1246 if (e->v.Yield.value) in symtable_visit_expr()
1247 VISIT(st, expr, e->v.Yield.value); in symtable_visit_expr()
Dpythonrun.c7 #undef Yield /* undefine macro conflicting with winbase.h */
/external/python/setuptools/docs/
Dpkg_resources.txt277 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/
Dparsermodule.c42 #undef Yield
/external/v8/src/parsing/
Dpattern-rewriter.cc801 NOT_A_PATTERN(Yield)
/external/python/cpython2/PC/os2emx/
Dpython27.def718 "Yield"

12