Searched refs:src_extensions (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython3/Lib/distutils/ |
D | bcppcompiler.py | 45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler 343 if ext not in (self.src_extensions + ['.rc','.res']):
|
D | _msvccompiler.py | 210 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler 313 **{ext: self.obj_extension for ext in self.src_extensions},
|
D | msvccompiler.py | 221 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler 324 if ext not in self.src_extensions:
|
D | ccompiler.py | 63 src_extensions = None # list of strings variable in CCompiler 854 if ext not in self.src_extensions:
|
D | cygwinccompiler.py | 260 if ext not in (self.src_extensions + ['.rc','.res']):
|
D | msvc9compiler.py | 320 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler 437 if ext not in self.src_extensions:
|
D | unixccompiler.py | 74 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler 343 if ext not in (self.src_extensions + ['.rc','.res']):
|
D | emxccompiler.py | 191 if ext not in (self.src_extensions + ['.rc']):
|
D | msvccompiler.py | 225 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler 328 if ext not in self.src_extensions:
|
D | ccompiler.py | 71 src_extensions = None # list of strings variable in CCompiler 821 if ext not in self.src_extensions:
|
D | unixccompiler.py | 77 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
|
D | msvc9compiler.py | 330 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler 449 if ext not in self.src_extensions:
|
D | cygwinccompiler.py | 276 if ext not in (self.src_extensions + ['.rc','.res']):
|
/external/python/cpython2/ |
D | setup.py | 2011 self.compiler.src_extensions.append('.S') 2059 self.compiler.src_extensions.append('.S')
|
/external/python/cpython3/ |
D | setup.py | 1919 self.compiler.src_extensions.append('.S')
|