Searched defs:compiler_type (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/distutils/ | ||
D | cygwinccompiler.py | 90 compiler_type = 'cygwin' variable in CygwinCCompiler |
D | bcppcompiler.py | 30 compiler_type = 'bcpp' variable in BCPPCompiler |
D | unixccompiler.py | 47 compiler_type = 'unix' variable in UnixCCompiler |
D | _msvccompiler.py | 174 compiler_type = 'msvc' variable in MSVCCompiler |
D | msvccompiler.py | 204 compiler_type = 'msvc' variable in MSVCCompiler |
D | msvc9compiler.py | 302 compiler_type = 'msvc' variable in MSVCCompiler |
D | ccompiler.py | 37 compiler_type = None variable in CCompiler |
/third_party/python/Lib/distutils/tests/ | ||
D | test_sysconfig.py | 84 compiler_type = 'unix' variable in SysconfigTestCase.customize_compiler.compiler |