Searched refs:_need_link (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | unixccompiler.py | 133 if self._need_link(objects, output_filename): 168 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 | 450 if self._need_link (objects, output_filename): 494 if self._need_link (objects, output_filename):
|
D | msvc9compiler.py | 566 if self._need_link(objects, output_filename): 610 if self._need_link(objects, output_filename):
|
D | ccompiler.py | 461 def _need_link(self, objects, output_file): member in CCompiler
|