Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_backend_utils.h56 constexpr bool __same_move_val = std::is_same<_MoveValueX, _MoveValueY>::value; in operator() local
97 if (__same_move_val || __i < __nx) in operator()