Searched refs:is_heap (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | is_heap.h | 26 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 D | ranges_is_heap.h | 71 inline constexpr auto is_heap = __is_heap::__fn{};
|
/freebsd/lib/libc/tests/secure/ |
H A D | generate-fortify-tests.lua | 100 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 D | algorithm.cppm |
|
H A D | algorithm.inc | 536 using std::is_heap; 539 using std::ranges::is_heap;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_algorithm_defs.h |
|
H A D | glue_algorithm_impl.h |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | algorithm | 385 …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 D | module.modulemap | 674 …e_algorithm_is_heap [system] { header "__algorithm/is_heap.h" }
|
/freebsd/lib/libc++/ |
H A D | Makefile | 318 ALG_HEADERS+= is_heap.h
|
H A D | libcxx.imp | 41 { include: [ "<__algorithm/is_heap.h>", "private", "<algorithm>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1664 SYMBOL(is_heap, std::, <algorithm>) 3629 SYMBOL(is_heap, std::ranges::, <algorithm>)
|