Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_msvc9compiler.py113 from distutils.msvc9compiler import MSVCCompiler
122 compiler = MSVCCompiler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dmsvccompiler.py204 class MSVCCompiler (CCompiler) : class
656 OldMSVCCompiler = MSVCCompiler
657 from distutils.msvc9compiler import MSVCCompiler
Dmsvc9compiler.py309 class MSVCCompiler(CCompiler) : class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_ext.py704 from distutils.msvccompiler import MSVCCompiler
705 if not isinstance(self.compiler, MSVCCompiler):