Searched refs:gen_preprocess_options (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | unixccompiler.py | 24 CCompiler, gen_preprocess_options, gen_lib_options 93 pp_opts = gen_preprocess_options(macros, include_dirs)
|
D | bcppcompiler.py | 20 from distutils.ccompiler import CCompiler, gen_preprocess_options 372 pp_opts = gen_preprocess_options(macros, include_dirs)
|
D | emxccompiler.py | 25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
|
D | ccompiler.py | 355 pp_opts = gen_preprocess_options(macros, incdirs) 1008 def gen_preprocess_options(macros, include_dirs): function
|
D | cygwinccompiler.py | 53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 315 .. function:: gen_preprocess_options(macros, include_dirs)
|