Home
last modified time | relevance | path

Searched refs:compiler_type (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dcygwinccompiler.py84 compiler_type = 'cygwin' variable in CygwinCCompiler
108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
299 compiler_type = 'mingw32' variable in Mingw32CCompiler
Demxccompiler.py33 compiler_type = 'emx' variable in EMXCCompiler
60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
Dunixccompiler.py109 compiler_type = 'unix' variable in UnixCCompiler
Dccompiler.py29 if compiler.compiler_type == "unix":
95 compiler_type = None variable in CCompiler
Dbcppcompiler.py30 compiler_type = 'bcpp' variable in BCPPCompiler
Dsysconfig.py151 if compiler.compiler_type == "unix":
Dmsvccompiler.py208 compiler_type = 'msvc' variable in MSVCCompiler
Dmsvc9compiler.py313 compiler_type = 'msvc' variable in MSVCCompiler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py68 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler