Home | History | Annotate | Download | only in is.heap

Lines Matching refs:i15

49     int i15[] = {0, 1, 0, 0};
64 assert(std::is_heap(i15, i15+4, std::greater<int>()) == (std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+4));