Searched refs:new_compiler (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/distutils/command/ |
D | build_clib.py | 99 from distutils.ccompiler import new_compiler 100 self.compiler = new_compiler(compiler=self.compiler,
|
D | config.py | 95 from distutils.ccompiler import CCompiler, new_compiler 97 self.compiler = new_compiler(compiler=self.compiler,
|
D | build_ext.py | 279 from distutils.ccompiler import new_compiler 306 self.compiler = new_compiler(compiler=self.compiler,
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
D | common.py | 75 compiler = distutils.ccompiler.new_compiler(
|
/third_party/python/Lib/distutils/ |
D | ccompiler.py | 990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
|
/third_party/python/Doc/library/ |
D | zipapp.rst | 354 >>> from distutils.ccompiler import new_compiler 362 >>> cc = new_compiler()
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1699 compiler = ccompiler.new_compiler()
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 364 .. function:: new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0) 405 :func:`distutils.CCompiler.new_compiler` factory function instead. 798 .. % be created using \function{distutils.ccompiler.new_compiler()} factory
|