Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dexecution_defs.h27 class sequenced_policy
46 constexpr sequenced_policy seq{};
58 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type
H A Dglue_execution_defs.h36 using __pstl::execution::sequenced_policy;
H A Dexecution_impl.h74 __select_backend(__pstl::execution::sequenced_policy, _IteratorTypes&&...) in __select_backend() argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstl-algorithm-modeling-aggressive-std-find-modeling.cpp41 const auto i3 = std::find(std::execution::sequenced_policy(), i1, i2, n); in test_find2()
85 const auto i3 = std::find_if(std::execution::sequenced_policy(), i1, i2, odd); in test_find_if2()
127 const auto i3 = std::find_if_not(std::execution::sequenced_policy(), i1, i2, in test_find_if_not2()
174 const auto i5 = std::find_first_of(std::execution::sequenced_policy(), in test_find_first_of2()
221 const auto i5 = std::find_first_of(std::execution::sequenced_policy(), in test_find_first_of4()
268 const auto i5 = std::find_end(std::execution::sequenced_policy(), in test_find_end2()
315 const auto i5 = std::find_end(std::execution::sequenced_policy(), in test_find_end4()
448 const auto i5 = std::search(std::execution::sequenced_policy(), in test_search2()
495 const auto i5 = std::search(std::execution::sequenced_policy(), in test_search4()
561 const auto i3 = std::search_n(std::execution::sequenced_policy(), in test_search_n2()
[all …]
H A Dstl-algorithm-modeling.cpp38 const auto i3 = std::find(std::execution::sequenced_policy(), i1, i2, n); in test_find2()
78 const auto i3 = std::find_if(std::execution::sequenced_policy(), i1, i2, odd); in test_find_if2()
116 const auto i3 = std::find_if_not(std::execution::sequenced_policy(), i1, i2, in test_find_if_not2()
159 const auto i5 = std::find_first_of(std::execution::sequenced_policy(), in test_find_first_of2()
202 const auto i5 = std::find_first_of(std::execution::sequenced_policy(), in test_find_first_of4()
245 const auto i5 = std::find_end(std::execution::sequenced_policy(), in test_find_end2()
288 const auto i5 = std::find_end(std::execution::sequenced_policy(), in test_find_end4()
409 const auto i5 = std::search(std::execution::sequenced_policy(), in test_search2()
452 const auto i5 = std::search(std::execution::sequenced_policy(), in test_search4()
512 const auto i3 = std::search_n(std::execution::sequenced_policy(), in test_search_n2()
[all …]
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/
H A Drotate.pass.cpp117 !std::is_same<ExecutionPolicy, std::execution::sequenced_policy>::value &&
133 !std::is_same<ExecutionPolicy, std::execution::sequenced_policy>::value &&
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h1234 class sequenced_policy {};