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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 211 def _is_gcc(self, compiler_name):
212 return "gcc" in compiler_name or "g++" in compiler_name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 211 def _is_gcc(self, compiler_name):
212 return "gcc" in compiler_name or "g++" in compiler_name

Completed in 1285 milliseconds