Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/
H A Dunique.pass.cpp26 template <typename ForwardIt, typename Generator>
28 …operator()(pstl::execution::unsequenced_policy, ForwardIt first1, ForwardIt last1, ForwardIt first… in operator ()()
29 ForwardIt last2, Generator generator) in operator ()()
35 …rator()(pstl::execution::parallel_unsequenced_policy, ForwardIt first1, ForwardIt last1, ForwardIt in operator ()()
36 ForwardIt last2, Generator generator) in operator ()()
42 …operator()(pstl::execution::unsequenced_policy, ForwardIt first1, ForwardIt last1, ForwardIt first… in operator ()()
49 …rator()(pstl::execution::parallel_unsequenced_policy, ForwardIt first1, ForwardIt last1, ForwardIt in operator ()()
57 …operator()(Policy&& exec, ForwardIt first1, ForwardIt last1, ForwardIt first2, ForwardIt last2, Ge… in operator ()()
65 ForwardIt i = unique(first1, last1); in operator ()()
66 ForwardIt k = unique(exec, first2, last2); in operator ()()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-return-value.cpp18 template <typename ForwardIt, typename T>
19 ForwardIt remove(ForwardIt, ForwardIt, const T &);
21 template <typename ForwardIt, typename UnaryPredicate>
22 ForwardIt remove_if(ForwardIt, ForwardIt, UnaryPredicate);
24 template <typename ForwardIt>
25 ForwardIt unique(ForwardIt, ForwardIt);
H A Deasily-swappable-parameters-ignore-default.cpp18 using ForwardIt = A; typedef
51 void f11(IgnoredTypes::ForwardIt Foo, IgnoredTypes::ForwardIt Bar) {} in f11()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h868 ForwardIt find(ExecutionPolicy&& policy, ForwardIt first, ForwardIt last,
875 ForwardIt find_if (ExecutionPolicy&& policy, ForwardIt first, ForwardIt last,
928 ForwardIt lower_bound (ForwardIt first, ForwardIt last, const T& value);
931 ForwardIt lower_bound (ForwardIt first, ForwardIt last, const T& value,
935 ForwardIt upper_bound (ForwardIt first, ForwardIt last, const T& value);
938 ForwardIt upper_bound (ForwardIt first, ForwardIt last, const T& value,
961 ForwardIt search (ForwardIt first, ForwardIt last, const Searcher& searcher);
964 ForwardIt search_n (ForwardIt first, ForwardIt last, Size count,
968 ForwardIt search_n (ExecutionPolicy&& policy, ForwardIt first, ForwardIt last,
972 ForwardIt search_n (ForwardIt first, ForwardIt last, Size count,
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp173 template <class ForwardIt, class BinaryPredicate>
174 static ForwardIt removeIfBinary(ForwardIt FirstIt, ForwardIt LastIt, in removeIfBinary()
182 for (ForwardIt CurrIt = FirstIt; ++CurrIt != LastIt;) in removeIfBinary()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Deasily-swappable-parameters.rst136 `bool`, `It`, `Iterator`, `InputIt`, `ForwardIt`, `BidirIt`, `RandomIt`,