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

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

Completed in 306 milliseconds