Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_version.cpp18 #define KMP_VERSION_BUILD 20140926 macro
90 int const __kmp_version_build = KMP_VERSION_BUILD;
98 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD) " " KMP_COPYRIGHT;
103 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD);
/external/llvm-project/openmp/runtime/cmake/
DLibompUtils.cmake144 # if the line begins with "#define KMP_VERSION_BUILD" then we take not of the build number
145 string(REGEX MATCH "^[ \t]*#define[ \t]+KMP_VERSION_BUILD" valid "${line}")
146 …if(NOT "${valid}" STREQUAL "") # if we matched "#define KMP_VERSION_BUILD", then grab the build nu…
147 string(REGEX REPLACE "^[ \t]*#define[ \t]+KMP_VERSION_BUILD[ \t]+([0-9]+)" "\\1"
/external/llvm-project/openmp/runtime/src/include/
Domp.h.var23 # define KMP_VERSION_BUILD @LIBOMP_VERSION_BUILD@