Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dbuild_clib.py99 from distutils.ccompiler import new_compiler
100 self.compiler = new_compiler(compiler=self.compiler,
Dconfig.py95 from distutils.ccompiler import CCompiler, new_compiler
97 self.compiler = new_compiler(compiler=self.compiler,
Dbuild_ext.py279 from distutils.ccompiler import new_compiler
306 self.compiler = new_compiler(compiler=self.compiler,
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py75 compiler = distutils.ccompiler.new_compiler(
/third_party/python/Lib/distutils/
Dccompiler.py990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
/third_party/python/Doc/library/
Dzipapp.rst354 >>> from distutils.ccompiler import new_compiler
362 >>> cc = new_compiler()
/third_party/python/Lib/test/support/
D__init__.py1699 compiler = ccompiler.new_compiler()
/third_party/python/Doc/distutils/
Dapiref.rst364 .. 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