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

Lines Matching refs:i17

62     int i17[] = {0, 1, 1, 0};
77 assert(std::is_heap(i17, i17+4, std::greater<int>()) == (std::is_heap_until(i17, i17+4, std::greater<int>()) == i17+4));