Home
last modified time | relevance | path

Searched refs:compiler_path (Results 1 – 5 of 5) sorted by relevance

/external/catch2/scripts/
DbenchmarkCompile.py19 compiler_path = '' variable
57 subprocess.check_call([compiler_path, main_name, '-c'] + flags)
64 subprocess.check_call([compiler_path, '-c'] + flags + cpp_files)
71 subprocess.check_call([compiler_path] + flags + obj_files)
124 compiler_path = args.compiler variable
/external/compiler-rt/test/
Dlit.common.cfg21 compiler_path = getattr(config, 'clang', None)
22 if (not compiler_path) or (not os.path.exists(compiler_path)):
23 lit_config.fatal("Can't find compiler on path %r" % compiler_path)
/external/selinux/libsemanage/include/semanage/
Dhandle.h72 int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_path);
/external/selinux/libsemanage/src/
Dhandle.c139 char **compiler_path) in semanage_get_hll_compiler_path() argument
178 *compiler_path = compiler; in semanage_get_hll_compiler_path()
Ddirect_api.c1044 char *compiler_path = NULL; in semanage_compile_module() local
1061 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); in semanage_compile_module()
1092 …status = semanage_pipe_data(sh, compiler_path, hll_data, (size_t)hll_data_len, &cil_data, &cil_dat… in semanage_compile_module()
1138 free(compiler_path); in semanage_compile_module()