Searched defs:compiler_type (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/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 | 50 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 | 45 compiler_type = None variable in CCompiler |
/external/python/cpython2/Lib/distutils/tests/ | ||
D | test_ccompiler.py | 66 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler |