Searched refs:runtime_version (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp118 const char *runtime_version) {
124 ret = start_tool(omp_version, runtime_version);
136 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { argument
145 ret = next_tool(omp_version, runtime_version);
164 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { argument
204 return (*ompt_tool_p)(omp_version, runtime_version);
223 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
235 ret = ompt_tool_darwin(omp_version, runtime_version);
237 ret = ompt_start_tool(omp_version, runtime_version);
239 ret = ompt_tool_windows(omp_version, runtime_version);
117 ompt_tool_darwin(unsigned int omp_version, const char *runtime_version) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_version.h407 const char *runtime_version; /**< Run-time version string (optional) */
404 const char *runtime_version; /**< Run-time version string (optional) */ member in struct:svn_version_ext_linked_lib_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c151 lib->runtime_version = apr_pstrdup(pool, apr_version_string());
159 lib->runtime_version = apr_pstrdup(pool, apu_version_string());
165 lib->runtime_version = apr_pstrdup(pool, svn_xml__runtime_version());
171 lib->runtime_version = NULL;
173 lib->runtime_version = apr_pstrdup(pool, svn_sqlite__runtime_version());
179 lib->runtime_version = apr_pstrdup(pool, svn_utf__utf8proc_runtime_version());
184 lib->runtime_version = apr_pstrdup(pool, svn_zlib__runtime_version());
190 lib->runtime_version = apr_psprintf(pool, "%d.%d.%d",
H A Dopt.c1190 if (lib->runtime_version)
1194 lib->runtime_version,

Completed in 120 milliseconds