Home
last modified time | relevance | path

Searched refs:compiler_opts (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/scripts/
Dgen_run_tests.py50 for compiler_opts in powerset(possible_compiler_opts):
59 + 'CC="{} {}" '.format(cc, " ".join(compiler_opts))
60 + 'CXX="{} {}" '.format(cxx, " ".join(compiler_opts))
68 if ('-m32' in compiler_opts and '--with-lg-vaddr=56' in
/external/mesa3d/src/compiler/glsl/
Dmain.cpp42 const struct option compiler_opts[] = { variable
66 for (const struct option *o = compiler_opts; o->name != 0; ++o) { in usage_fail()
82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()