Home
last modified time | relevance | path

Searched refs:CO_GENERATOR_ALLOWED (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D__future__.py67 CO_GENERATOR_ALLOWED = 0 # generators (obsolete, was 0x1000) variable
108 CO_GENERATOR_ALLOWED)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dconsts.py19 CO_GENERATOR_ALLOWED = 0 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcode.h48 #define CO_GENERATOR_ALLOWED 0x1000
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcode.h48 #define CO_GENERATOR_ALLOWED 0x1000
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c3833 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()
3835 cf->cf_flags |= CO_GENERATOR_ALLOWED; in PyEval_MergeCompilerFlags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c3855 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()
3857 cf->cf_flags |= CO_GENERATOR_ALLOWED; in PyEval_MergeCompilerFlags()