Searched refs:__glibcxx_requires_heap_pred (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Ddebug.h75 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) macro
132 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_heap.h201 __glibcxx_requires_heap_pred(__first, __last - 1, __comp);
326 __glibcxx_requires_heap_pred(__first, __last, __comp);
455 __glibcxx_requires_heap_pred(__first, __last, __comp);

Completed in 52 milliseconds