Home
last modified time | relevance | path

Searched defs:compiler_name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dunixccompiler.py209 def _is_gcc(self, compiler_name): argument
/external/python/cpython2/Lib/distutils/
Dunixccompiler.py213 def _is_gcc(self, compiler_name): argument
/external/v8/src/
Dcompiler.cc87 const char* compiler_name, State initial_state) in CompilationJob()