Searched refs:gen_preprocess_options (Results 1 – 5 of 5) sorted by relevance
24 CCompiler, gen_preprocess_options, gen_lib_options150 pp_opts = gen_preprocess_options(macros, include_dirs)
20 from distutils.ccompiler import CCompiler, gen_preprocess_options372 pp_opts = gen_preprocess_options(macros, include_dirs)
25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
405 pp_opts = gen_preprocess_options(macros, incdirs)1057 def gen_preprocess_options(macros, include_dirs): function