Home
last modified time | relevance | path

Searched refs:_DistanceType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_heap.h146 _DistanceType; in push_heap() typedef
155 std::__push_heap(__first, _DistanceType((__last - __first) - 1), in push_heap()
156 _DistanceType(0), _ValueType(*(__last - 1))); in push_heap()
195 _DistanceType; in push_heap() typedef
204 _DistanceType(0), _ValueType(*(__last - 1)), __comp); in push_heap()
349 _DistanceType; in make_heap() typedef
360 const _DistanceType __len = __last - __first; in make_heap()
361 _DistanceType __parent = (__len - 2) / 2; in make_heap()
390 _DistanceType; in make_heap() typedef
400 const _DistanceType __len = __last - __first; in make_heap()
[all …]
H A Dstl_algo.h670 _DistanceType; in __search_n() typedef
796 _DistanceType; in __search_n() typedef
2623 _DistanceType; in partial_sort_copy() typedef
2689 _DistanceType; in partial_sort_copy() typedef
2890 _DistanceType; in lower_bound() typedef
2940 _DistanceType; in lower_bound() typedef
2987 _DistanceType; in upper_bound() typedef
3037 _DistanceType; in upper_bound() typedef
3881 _DistanceType; in stable_sort() typedef
3923 _DistanceType; in stable_sort() typedef
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h260 _DistanceType;
262 _DistanceType __len = __last - __first;
263 _DistanceType __half;