Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_clib.py114 self.compiler.undefine_macro(macro)
Dbuild_ext.py329 self.compiler.undefine_macro(macro)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_build_ext.py152 compiler.undefine_macro(macro)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dccompiler.py261 def undefine_macro(self, name): member in CCompiler