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

Lines Matching refs:i37

97     int i37[] = {0, 1, 0, 1, 1};
128 assert(std::is_heap(i37, i37+5, std::greater<int>()) == (std::is_heap_until(i37, i37+5, std::greater<int>()) == i37+5));