HomeSort by: relevance | last modified time | path
    Searched defs:possible_compilers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/scripts/
gen_run_tests.py 28 possible_compilers = [] variable
33 possible_compilers.append((cc, cxx))
65 for cc, cxx in possible_compilers:
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_run_tests.py 22 possible_compilers = [('gcc', 'g++'), ('clang', 'clang++')] variable
49 for cc, cxx in possible_compilers:

Completed in 16 milliseconds