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

Lines Matching refs:i22

67     int i22[] = {1, 0, 1, 1};
82 assert(std::is_heap(i22, i22+4, std::greater<int>()) == (std::is_heap_until(i22, i22+4, std::greater<int>()) == i22+4));