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/
H A Dtest_msvc9compiler.py113 from distutils.msvc9compiler import MSVCCompiler namespace
122 compiler = MSVCCompiler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dmsvccompiler.py3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
204 class MSVCCompiler (CCompiler) : class in inherits:CCompiler
656 OldMSVCCompiler = MSVCCompiler
657 from distutils.msvc9compiler import MSVCCompiler namespace
H A Dmsvc9compiler.py3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
309 class MSVCCompiler(CCompiler) : class in inherits:CCompiler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbuild_ext.py704 from distutils.msvccompiler import MSVCCompiler namespace
705 if not isinstance(self.compiler, MSVCCompiler):

Completed in 29 milliseconds