Home
last modified time | relevance | path

Searched defs:compiler_type (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dcygwinccompiler.py84 compiler_type = 'cygwin' variable in CygwinCCompiler
299 compiler_type = 'mingw32' variable in Mingw32CCompiler
Demxccompiler.py33 compiler_type = 'emx' variable in EMXCCompiler
Dbcppcompiler.py30 compiler_type = 'bcpp' variable in BCPPCompiler
Dunixccompiler.py50 compiler_type = 'unix' variable in UnixCCompiler
Dmsvccompiler.py208 compiler_type = 'msvc' variable in MSVCCompiler
Dmsvc9compiler.py313 compiler_type = 'msvc' variable in MSVCCompiler
Dccompiler.py45 compiler_type = None variable in CCompiler
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py92 compiler_type = 'cygwin' variable in CygwinCCompiler
278 compiler_type = 'mingw32' variable in Mingw32CCompiler
Dunixccompiler.py47 compiler_type = 'unix' variable in UnixCCompiler
Dbcppcompiler.py30 compiler_type = 'bcpp' variable in BCPPCompiler
D_msvccompiler.py193 compiler_type = 'msvc' variable in MSVCCompiler
Dmsvccompiler.py204 compiler_type = 'msvc' variable in MSVCCompiler
Dmsvc9compiler.py303 compiler_type = 'msvc' variable in MSVCCompiler
Dccompiler.py37 compiler_type = None variable in CCompiler
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py90 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py85 compiler_type = 'unix' variable in SysconfigTestCase.test_customize_compiler.compiler