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

Lines Matching refs:i21

55     int i21[] = {1, 0, 1, 0};
70 assert(std::is_heap(i21, i21+4, std::greater<int>()) == (std::is_heap_until(i21, i21+4, std::greater<int>()) == i21+4));