Home
last modified time | relevance | path

Searched refs:KMP_VERSION_MINOR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_version.cpp95 int const __kmp_version_minor = KMP_VERSION_MINOR;
104 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD) " " KMP_COPYRIGHT;
109 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD);
H A Dkmp_version.h23 #define KMP_VERSION_MINOR 0 macro
H A Dkmp_config.h.cmake72 #define KMP_VERSION_MINOR @LIBOMP_VERSION_MINOR@
/freebsd/lib/libomp/
H A Dkmp_config.h92 #define KMP_VERSION_MINOR 0 macro
H A Domp.h29 # define KMP_VERSION_MINOR 0 macro
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var29 # define KMP_VERSION_MINOR @LIBOMP_VERSION_MINOR@