Home
last modified time | relevance | path

Searched refs:src_extensions (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dbcppcompiler.py45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler
343 if ext not in (self.src_extensions + ['.rc','.res']):
D_msvccompiler.py210 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
313 **{ext: self.obj_extension for ext in self.src_extensions},
Dmsvccompiler.py221 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
324 if ext not in self.src_extensions:
Dccompiler.py63 src_extensions = None # list of strings variable in CCompiler
854 if ext not in self.src_extensions:
Dcygwinccompiler.py260 if ext not in (self.src_extensions + ['.rc','.res']):
Dmsvc9compiler.py320 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
437 if ext not in self.src_extensions:
Dunixccompiler.py74 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
/external/python/cpython2/Lib/distutils/
Dbcppcompiler.py45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler
343 if ext not in (self.src_extensions + ['.rc','.res']):
Demxccompiler.py191 if ext not in (self.src_extensions + ['.rc']):
Dmsvccompiler.py225 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
328 if ext not in self.src_extensions:
Dccompiler.py71 src_extensions = None # list of strings variable in CCompiler
821 if ext not in self.src_extensions:
Dunixccompiler.py77 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
Dmsvc9compiler.py330 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
449 if ext not in self.src_extensions:
Dcygwinccompiler.py276 if ext not in (self.src_extensions + ['.rc','.res']):
/external/python/cpython2/
Dsetup.py2011 self.compiler.src_extensions.append('.S')
2059 self.compiler.src_extensions.append('.S')
/external/python/cpython3/
Dsetup.py1919 self.compiler.src_extensions.append('.S')