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

Lines Matching refs:i20

54     int i20[] = {1, 0, 0, 1};
69 assert(std::is_heap(i20, i20+4, std::greater<int>()) == (std::is_heap_until(i20, i20+4, std::greater<int>()) == i20+4));