Home
last modified time | relevance | path

Searched refs:gen_preprocess_options (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dunixccompiler.py24 CCompiler, gen_preprocess_options, gen_lib_options
93 pp_opts = gen_preprocess_options(macros, include_dirs)
Dbcppcompiler.py20 from distutils.ccompiler import CCompiler, gen_preprocess_options
372 pp_opts = gen_preprocess_options(macros, include_dirs)
Demxccompiler.py25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
Dccompiler.py355 pp_opts = gen_preprocess_options(macros, incdirs)
1008 def gen_preprocess_options(macros, include_dirs): function
Dcygwinccompiler.py53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
/external/python/cpython2/Doc/distutils/
Dapiref.rst315 .. function:: gen_preprocess_options(macros, include_dirs)