Searched refs:__glibcxx_requires_heap_pred (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | debug.h | 80 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) macro 119 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | debug.h | 80 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) macro 119 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_heap.h | 211 __glibcxx_requires_heap_pred(__first, __last - 1, __comp); in _GLIBCXX_VISIBILITY() 326 __glibcxx_requires_heap_pred(__first, __last, __comp); in _GLIBCXX_VISIBILITY() 476 __glibcxx_requires_heap_pred(__first, __last, __comp); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_heap.h | 210 __glibcxx_requires_heap_pred(__first, __last - 1, __comp); in _GLIBCXX_VISIBILITY() 325 __glibcxx_requires_heap_pred(__first, __last, __comp); in _GLIBCXX_VISIBILITY() 475 __glibcxx_requires_heap_pred(__first, __last, __comp); in _GLIBCXX_VISIBILITY()
|