Searched refs:src_extensions (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Lib/distutils/
H A Dbcppcompiler.py45 src_extensions = _c_extensions + _cpp_extensions variable in class:BCPPCompiler
343 if ext not in (self.src_extensions + ['.rc','.res']):
H A Dcygwinccompiler.py276 if ext not in (self.src_extensions + ['.rc','.res']):
H A Demxccompiler.py191 if ext not in (self.src_extensions + ['.rc']):
H A Dunixccompiler.py77 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in class:UnixCCompiler
H A Dccompiler.py71 src_extensions = None # list of strings variable in class:CCompiler
795 # * src_extensions -
821 if ext not in self.src_extensions:
H A Dmsvc9compiler.py330 src_extensions = (_c_extensions + _cpp_extensions + variable in class:MSVCCompiler
449 if ext not in self.src_extensions:
H A Dmsvccompiler.py225 src_extensions = (_c_extensions + _cpp_extensions + variable in class:MSVCCompiler
328 if ext not in self.src_extensions:
/external/python/cpython2/
H A Dsetup.py2016 self.compiler.src_extensions.append('.S')
2064 self.compiler.src_extensions.append('.S')

Completed in 238 milliseconds