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

Lines Matching refs:i12

57     int i12[] = {0, 0, 0, 1};
72 assert(std::is_heap(i12, i12+4, std::greater<int>()) == (std::is_heap_until(i12, i12+4, std::greater<int>()) == i12+4));