Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dis_heap.h26 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in is_heap() function
32 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in is_heap() function
33 return std::is_heap(__first, __last, __less<>()); in is_heap()
H A Dranges_is_heap.h71 inline constexpr auto is_heap = __is_heap::__fn{};
/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua100 local function excludes_stack_overflow(disposition, is_heap)
101 return (not is_heap) and disposition > 0
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc536 using std::is_heap;
539 using std::ranges::is_heap;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm385 …constexpr bool is_heap(I first, S last, Comp comp = {}, Proj proj = {}); // since C…
389 …constexpr bool is_heap(R&& r, Comp comp = {}, Proj proj = {}); // since C…
1689 is_heap(RandomAccessIterator first, RandomAccessiterator last);
1693 is_heap(RandomAccessIterator first, RandomAccessiterator last, Compare comp);
1847 #include <__algorithm/is_heap.h>
H A Dmodule.modulemap674 …e_algorithm_is_heap [system] { header "__algorithm/is_heap.h" }
/freebsd/lib/libc++/
H A DMakefile318 ALG_HEADERS+= is_heap.h
H A Dlibcxx.imp41 { include: [ "<__algorithm/is_heap.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1664 SYMBOL(is_heap, std::, <algorithm>)
3629 SYMBOL(is_heap, std::ranges::, <algorithm>)