Home
last modified time | relevance | path

Searched refs:_PSTL_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/pstl/test/pstl/
Dversion.pass.cpp13 static_assert(_PSTL_VERSION_MINOR == 00);
/external/llvm-project/pstl/include/pstl/internal/
Dpstl_config.h18 #define _PSTL_VERSION_MINOR ((_PSTL_VERSION % 1000) / 10) macro