Home
last modified time | relevance | path

Searched refs:_fix_compile_args (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py149 self._fix_compile_args(None, macros, include_dirs)
Dbcppcompiler.py371 self._fix_compile_args(None, macros, include_dirs)
Dccompiler.py426 def _fix_compile_args(self, output_dir, macros, include_dirs): member in CCompiler