Home
last modified time | relevance | path

Searched refs:__glibcxx_requires_partitioned (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/
H A Ddebug.h72 # define __glibcxx_requires_partitioned(_First,_Last,_Value) macro
126 # define __glibcxx_requires_partitioned(_First,_Last,_Value) \ macro
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h2895 __glibcxx_requires_partitioned(__first, __last, __val); in lower_bound()
2992 __glibcxx_requires_partitioned(__first, __last, __val); in upper_bound()
4121 __glibcxx_requires_partitioned(__first, __last, __val); in equal_range()
4237 __glibcxx_requires_partitioned(__first, __last, __val); in binary_search()