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

Lines Matching refs:i35

84     int i35[] = {0, 1, 0, 0, 1};
115 assert(std::is_heap(i35, i35+5, std::greater<int>()) == (std::is_heap_until(i35, i35+5, std::greater<int>()) == i35+5));