HomeSort by relevance Sort by last modified time
    Searched refs:pp_opts (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 405 pp_opts = gen_preprocess_options(macros, incdirs)
415 return macros, objects, extra, pp_opts, build
417 def _get_cc_args(self, pp_opts, debug, before):
419 cc_args = pp_opts + ['-c']
614 macros, objects, extra_postargs, pp_opts, build = \
617 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
624 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
629 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
bcppcompiler.py 85 macros, objects, extra_postargs, pp_opts, build = \
135 self.spawn ([self.cc] + compile_opts + pp_opts +
372 pp_opts = gen_preprocess_options(macros, include_dirs)
373 pp_args = ['cpp32.exe'] + pp_opts
unixccompiler.py 150 pp_opts = gen_preprocess_options(macros, include_dirs)
151 pp_args = self.preprocessor + pp_opts
172 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
385 self.spawn ([self.rc] + pp_opts +
427 self.spawn ([self.cc] + compile_opts + pp_opts +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
cygwinccompiler.py 154 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
msvc9compiler.py 476 macros, objects, extra_postargs, pp_opts, build = compile_info
505 self.spawn([self.rc] + pp_opts +
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /external/python/cpython2/Lib/distutils/
ccompiler.py 355 pp_opts = gen_preprocess_options(macros, incdirs)
365 return macros, objects, extra, pp_opts, build
367 def _get_cc_args(self, pp_opts, debug, before):
369 cc_args = pp_opts + ['-c']
564 macros, objects, extra_postargs, pp_opts, build = \
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
bcppcompiler.py 85 macros, objects, extra_postargs, pp_opts, build = \
135 self.spawn ([self.cc] + compile_opts + pp_opts +
372 pp_opts = gen_preprocess_options(macros, include_dirs)
373 pp_args = ['cpp32.exe'] + pp_opts
unixccompiler.py 93 pp_opts = gen_preprocess_options(macros, include_dirs)
94 pp_args = self.preprocessor + pp_opts
115 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
385 self.spawn ([self.rc] + pp_opts +
427 self.spawn ([self.cc] + compile_opts + pp_opts +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
cygwinccompiler.py 154 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
msvc9compiler.py 476 macros, objects, extra_postargs, pp_opts, build = compile_info
505 self.spawn([self.rc] + pp_opts +
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /external/python/cpython3/Lib/distutils/
ccompiler.py 341 pp_opts = gen_preprocess_options(macros, incdirs)
351 return macros, objects, extra, pp_opts, build
353 def _get_cc_args(self, pp_opts, debug, before):
355 cc_args = pp_opts + ['-c']
564 macros, objects, extra_postargs, pp_opts, build = \
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
bcppcompiler.py 85 macros, objects, extra_postargs, pp_opts, build = \
135 self.spawn ([self.cc] + compile_opts + pp_opts +
371 pp_opts = gen_preprocess_options(macros, include_dirs)
372 pp_args = ['cpp32.exe'] + pp_opts
unixccompiler.py 89 pp_opts = gen_preprocess_options(macros, include_dirs)
90 pp_args = self.preprocessor + pp_opts
111 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
_msvccompiler.py 349 macros, objects, extra_postargs, pp_opts, build = compile_info
382 self.spawn([self.rc] + pp_opts + [output_opt, input_opt])
416 args = [self.cc] + compile_opts + pp_opts
msvccompiler.py 351 macros, objects, extra_postargs, pp_opts, build = compile_info
380 self.spawn([self.rc] + pp_opts +
419 self.spawn([self.cc] + compile_opts + pp_opts +
cygwinccompiler.py 159 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
msvc9compiler.py 464 macros, objects, extra_postargs, pp_opts, build = compile_info
493 self.spawn([self.rc] + pp_opts +
532 self.spawn([self.cc] + compile_opts + pp_opts +

Completed in 284 milliseconds