Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/bits/
Dstl_uninitialized.h112 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_copy() typedef
114 _Is_POD()); in uninitialized_copy()
174 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill() typedef
175 std::__uninitialized_fill_aux(__first, __last, __x, _Is_POD()); in uninitialized_fill()
218 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill_n() typedef
219 std::__uninitialized_fill_n_aux(__first, __n, __x, _Is_POD()); in uninitialized_fill_n()