Searched refs:makeheap (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/pop_heap/
H A D57010.cc35 rvalstruct makeheap[1]; local
36 container makecon(makeheap, makeheap + 1);
43 rvalstruct makeheap[1]; local
44 container makecon(makeheap, makeheap + 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable2.cc53 rvalstruct makeheap[9]; local
55 std::copy(array, array + length, makeheap);
57 container makecon(makeheap, makeheap + length);
62 VERIFY( makeheap[z] == makeheap_ref[z] );
65 VERIFY( makeheap[z].valid );
H A Dmoveable.cc47 rvalstruct makeheap[9]; local
49 std::copy(array, array + length, makeheap);
51 container makecon(makeheap, makeheap + length);
56 VERIFY( makeheap[z] == makeheap_ref[z] );
59 VERIFY( makeheap[z].valid );

Completed in 42 milliseconds