Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/scripts/
H A 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
/aosp_15_r20/external/mesa3d/src/imagination/rogue/tools/
H A Dvk_compiler.c60 typedef struct compiler_opts { struct
65 } compiler_opts; argument
87 static bool parse_cmdline(int argc, char *argv[], struct compiler_opts *opts) in parse_cmdline()
161 compiler_opts opts = { .stage = MESA_SHADER_NONE, 0 }; in main()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dmain.cpp42 const struct option compiler_opts[] = { variable
65 for (const struct option *o = compiler_opts; o->name != 0; ++o) { in usage_fail()
81 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch61002 - for compiler_opts in powerset(possible_compiler_opts):
61011 - + 'CC="{} {}" '.format(cc, " ".join(compiler_opts))
61012 - + 'CXX="{} {}" '.format(cxx, " ".join(compiler_opts))
61020 - if ('-m32' in compiler_opts and '--with-lg-vaddr=56' in