Home
last modified time | relevance | path

Searched defs:max_element (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dmax_element.h39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { max_element() function
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { max_element() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmin-max-use-initializer-list.cpp52 ForwardIt max_element(ForwardIt first, ForwardIt last) in max_element() function
67 ForwardIt max_element(ForwardIt first, ForwardIt last, Compare comp) in max_element() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h1028 max_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare … in max_element() function
1036 max_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in max_element() function
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp477 constexpr const char *max_element(const char *a, const char *b) { max_element() function