Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dunixccompiler.py213 def _is_gcc(self, compiler_name): member in UnixCCompiler
236 if self._is_gcc(compiler):
241 elif self._is_gcc(compiler):
/external/python/cpython3/Lib/distutils/
Dunixccompiler.py217 def _is_gcc(self, compiler_name): member in UnixCCompiler
242 if self._is_gcc(compiler):
246 if self._is_gcc(compiler):
/external/python/setuptools/setuptools/_distutils/
Dunixccompiler.py262 def _is_gcc(self, compiler_name): member in UnixCCompiler
290 if self._is_gcc(compiler):