Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-transparent-functors.cpp66 template <class RandomIt, class Compare>
67 void sort(RandomIt first, RandomIt last, Compare comp);
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-ignore-default.cpp26 using RandomIt = A; typedef
59 void f19(IgnoredTypes::RandomIt Foo, IgnoredTypes::RandomIt Bar) {} in f19()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h1154 template <class RandomIt>
1155 void nth_element(RandomIt first, RandomIt nth, RandomIt last);
1157 template<class RandomIt>
1158 void partial_sort(RandomIt first, RandomIt middle, RandomIt last);
1160 template<class RandomIt>
1161 void sort (RandomIt first, RandomIt last);
1163 template<class RandomIt>
1164 void stable_sort(RandomIt first, RandomIt last);
/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`,
138 `reverse_const_iterator`, `RandomIt`, `random_iterator`, `ReverseIt`,