Home
last modified time | relevance | path

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

/third_party/python/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.py191 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
290 **{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
855 if ext not in self.src_extensions:
Dcygwinccompiler.py258 if ext not in (self.src_extensions + ['.rc','.res']):
Dmsvc9compiler.py319 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
436 if ext not in self.src_extensions:
Dunixccompiler.py74 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch952 - if ext not in (self.src_extensions + ['.rc','.res']):
958 + if ext not in (self.src_extensions + ['.rc', '.res', '.mc']):