Searched refs:yield_stmt (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h26 #define yield_stmt 279 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h26 #define yield_stmt 279 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py36 yield_stmt = 279 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c969 VALIDATER(listmaker); VALIDATER(yield_stmt); variable
1791 /* yield_stmt: yield_expr
1796 return (validate_ntype(tree, yield_stmt)
1797 && validate_numnodes(tree, 1, "yield_stmt")
3144 || (TYPE(CHILD(tree, 0)) == yield_stmt)
3152 case yield_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c940 VALIDATER(listmaker); VALIDATER(yield_stmt); variable
1762 /* yield_stmt: yield_expr
1767 return (validate_ntype(tree, yield_stmt)
1768 && validate_numnodes(tree, 1, "yield_stmt")
3115 || (TYPE(CHILD(tree, 0)) == yield_stmt)
3123 case yield_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py417 def yield_stmt(self, nodelist): member in class:Transformer
1500 if hasattr(symbol, 'yield_stmt'):
1501 _legal_node_types.append(symbol.yield_stmt)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c2347 | yield_stmt
2351 yield_stmt: yield_expr
2364 case yield_stmt: { /* will reduce to yield_expr */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2342 | yield_stmt
2346 yield_stmt: yield_expr
2359 case yield_stmt: { /* will reduce to yield_expr */

Completed in 29 milliseconds