Home
last modified time | relevance | path

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

/external/brotli/
Dsetup.py85 if self.compiler.compiler_type == 'msvc':
91 elif self.compiler.compiler_type == 'mingw32':
115 if self.compiler.compiler_type == 'mingw32':
/external/libcxx/utils/libcxx/
Dcompiler.py83 compiler_type = None
86 compiler_type = 'clang'
89 compiler_type = 'apple-clang'
94 compiler_type = 'gcc'
98 self.type = compiler_type
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py92 compiler_type = 'cygwin' variable in CygwinCCompiler
116 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
278 compiler_type = 'mingw32' variable in Mingw32CCompiler
Dunixccompiler.py47 compiler_type = 'unix' variable in UnixCCompiler
Dbcppcompiler.py30 compiler_type = 'bcpp' variable in BCPPCompiler
Dsysconfig.py169 if compiler.compiler_type == "unix":
D_msvccompiler.py193 compiler_type = 'msvc' variable in MSVCCompiler
Dmsvccompiler.py204 compiler_type = 'msvc' variable in MSVCCompiler
Dccompiler.py37 compiler_type = None variable in CCompiler
Dmsvc9compiler.py303 compiler_type = 'msvc' variable in MSVCCompiler
/external/python/cpython2/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.py50 compiler_type = 'unix' variable in UnixCCompiler
Dbcppcompiler.py30 compiler_type = 'bcpp' variable in BCPPCompiler
Dsysconfig.py157 if compiler.compiler_type == "unix":
Dmsvccompiler.py208 compiler_type = 'msvc' variable in MSVCCompiler
Dccompiler.py45 compiler_type = None variable in CCompiler
Dmsvc9compiler.py313 compiler_type = 'msvc' variable in MSVCCompiler
/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
/external/grpc-grpc/src/python/grpcio/
Dcommands.py289 compiler = self.compiler.compiler_type