Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dpstl_config.h16 #define _PSTL_VERSION 12000 macro
17 #define _PSTL_VERSION_MAJOR (_PSTL_VERSION / 1000)
18 #define _PSTL_VERSION_MINOR ((_PSTL_VERSION % 1000) / 10)
19 #define _PSTL_VERSION_PATCH (_PSTL_VERSION % 10)
/external/llvm-project/pstl/test/pstl/
Dversion.pass.cpp11 static_assert(_PSTL_VERSION == 12000);
/external/llvm-project/pstl/
DCMakeLists.txt11 file(STRINGS "${PARALLELSTL_VERSION_FILE}" PARALLELSTL_VERSION_SOURCE REGEX "#define _PSTL_VERSION
12 string(REGEX REPLACE "#define _PSTL_VERSION (.*)$" "\\1" PARALLELSTL_VERSION_SOURCE "${PARALLELSTL_…