Home
last modified time | relevance | path

Searched refs:KMP_VERSION_BUILD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_version.cpp18 #define KMP_VERSION_BUILD 20140926 macro
96 int const __kmp_version_build = KMP_VERSION_BUILD;
104 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD) " " KMP_COPYRIGHT;
109 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD);
/freebsd/lib/libomp/
H A Domp.h24 # define KMP_VERSION_BUILD 20140926 macro
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var24 # define KMP_VERSION_BUILD @LIBOMP_VERSION_BUILD@