Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dutils.h143 class __not_equal_value
148 explicit __not_equal_value(const _Tp& __value) : _M_value(__value) {} in __not_equal_value() function
Dglue_algorithm_impl.h475 __pstl::__internal::__not_equal_value<_Tp>(__value)); in remove_copy()