Home
last modified time | relevance | path

Searched defs:is_execution_policy_v (Results 1 – 2 of 2) sorted by relevance

/llvm-project/pstl/include/pstl/internal/
H A Dglue_execution_defs.h25 constexpr bool is_execution_policy_v = is_execution_policy<T>::value; variable
/llvm-project/libcxx/include/__type_traits/
H A Dis_execution_policy.h24 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_execution_policy_v = false; variable