Searched refs:is_heap (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/is_heap/
H A D1.cc39 VERIFY( std::is_heap(A, A + i) );
40 VERIFY( std::is_heap(A, A + i, std::less<int>()) );
41 VERIFY( std::is_heap(B, B + i, std::greater<int>()) );
42 VERIFY( (i < 2) || !std::is_heap(B, B + i) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/is_heap/
H A D47709.cc28 is_heap(v.begin(), v.end());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/
H A D2.cc36 template bool is_heap(iterator_type, iterator_type);
37 template bool is_heap(iterator_type, iterator_type, compare_type);
H A Dpod.cc35 template bool is_heap(iterator_type, iterator_type);
36 template bool is_heap(iterator_type, iterator_type, compare_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dalgo.h137 using __gnu_cxx::is_heap;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_heap.h126 // + is_heap and is_heap_until in C++0x.
558 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
571 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
H A Dalgorithmfwd.h67 is_heap (C++0x)
286 is_heap(_RAIter, _RAIter);
290 is_heap(_RAIter, _RAIter, _Compare);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc453 is_heap(_RAIter, _RAIter);
457 is_heap(_RAIter, _RAIter, _Compare);

Completed in 103 milliseconds