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

Lines Matching refs:i56

116     int i56[] = {1, 1, 1, 1, 0};
147 assert(std::is_heap(i56, i56+5, std::greater<int>()) == (std::is_heap_until(i56, i56+5, std::greater<int>()) == i56+5));