Home
last modified time | relevance | path

Searched refs:tool_libs (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dompt-general.cpp270 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
271 if (tool_libs) {
273 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
274 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dompt-general.cpp270 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
271 if (tool_libs) {
273 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
274 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dompt-general.cpp278 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
279 if (tool_libs) {
281 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
282 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dompt-general.cpp278 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
279 if (tool_libs) {
281 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
282 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dompt-general.cpp278 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES");
279 if (tool_libs) {
281 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
282 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/tools/multiplex/
H A Dompt-multiplex.h1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1042 if (tool_libs) { in ompt_start_tool()
1044 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1051 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1053 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1056 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/tools/multiplex/
H A Dompt-multiplex.h1052 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1053 if (tool_libs) { in ompt_start_tool()
1055 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1062 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1064 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1067 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/tools/multiplex/
H A Dompt-multiplex.h1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1042 if (tool_libs) { in ompt_start_tool()
1044 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1051 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1053 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1056 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/tools/multiplex/
H A Dompt-multiplex.h1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1042 if (tool_libs) { in ompt_start_tool()
1044 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1051 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1053 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1056 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/tools/multiplex/
H A Dompt-multiplex.h1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1042 if (tool_libs) { in ompt_start_tool()
1044 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1051 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1053 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1056 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/tools/multiplex/
H A Dompt-multiplex.h1052 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1053 if (tool_libs) { in ompt_start_tool()
1055 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1062 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1064 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1067 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/tools/multiplex/
H A Dompt-multiplex.h1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1042 if (tool_libs) { in ompt_start_tool()
1044 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1051 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1053 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1056 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/tools/multiplex/
H A Dompt-multiplex.h1052 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1053 if (tool_libs) { in ompt_start_tool()
1055 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1062 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1064 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1067 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/tools/multiplex/
H A Dompt-multiplex.h1052 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1053 if (tool_libs) { in ompt_start_tool()
1055 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1062 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1064 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1067 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dompt-general.cpp329 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
330 if (tool_libs) {
332 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
333 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp248 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
249 if (tool_libs) {
250 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
248 if (tool_libs) {
249 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
248 if (tool_libs) {
249 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
248 if (tool_libs) {
249 char *libs = __kmp_str_format("%s", tool_libs);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
248 if (tool_libs) {
249 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
248 if (tool_libs) {
249 char *libs = __kmp_str_format("%s", tool_libs);
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
248 if (tool_libs) {
249 char *libs = __kmp_str_format("%s", tool_libs);
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dcommon.am12 ## Since libXaw7 needs libXpm we put x_xpm_libs after the tool_libs,
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/
H A Dconfigure131 tool_libs=
295 tool_libs="$tool_libs lib/musl-gcc.specs"
766 TOOL_LIBS = $tool_libs
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/
H A Dconfigure132 tool_libs=
296 tool_libs="$tool_libs lib/musl-gcc.specs"
753 TOOL_LIBS = $tool_libs

12