Searched defs:compiler_type (Results 1 – 8 of 8) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ | ||
| D | cygwinccompiler.py | 84 compiler_type = 'cygwin' variable in CygwinCCompiler |
| D | emxccompiler.py | 33 compiler_type = 'emx' variable in EMXCCompiler |
| D | bcppcompiler.py | 30 compiler_type = 'bcpp' variable in BCPPCompiler |
| D | unixccompiler.py | 109 compiler_type = 'unix' variable in UnixCCompiler |
| D | msvccompiler.py | 208 compiler_type = 'msvc' variable in MSVCCompiler |
| D | msvc9compiler.py | 313 compiler_type = 'msvc' variable in MSVCCompiler |
| D | ccompiler.py | 95 compiler_type = None variable in CCompiler |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ | ||
| D | test_ccompiler.py | 68 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler |