Searched refs:_need_link (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/distutils/ |
D | unixccompiler.py | 129 if self._need_link(objects, output_filename): 165 if self._need_link(objects, output_filename):
|
D | bcppcompiler.py | 157 if self._need_link (objects, output_filename): 200 if self._need_link (objects, output_filename):
|
D | _msvccompiler.py | 421 if self._need_link(objects, output_filename): 466 if self._need_link(objects, output_filename):
|
D | msvccompiler.py | 441 if self._need_link(objects, output_filename): 485 if self._need_link(objects, output_filename):
|
D | msvc9compiler.py | 553 if self._need_link(objects, output_filename): 597 if self._need_link(objects, output_filename):
|
D | ccompiler.py | 461 def _need_link(self, objects, output_file): member in CCompiler
|