Home
last modified time | relevance | path

Searched refs:compiler_flag (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D__future__.py75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
78 self.compiler_flag = compiler_flag
100 self.compiler_flag))
Dcodeop.py135 if codeob.co_flags & feature.compiler_flag:
136 self.flags |= feature.compiler_flag
Ddoctest.py187 flags |= feature.compiler_flag
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest___future__.py57 compile("", "<test>", "exec", value.compiler_flag)