Searched refs:_Is_POD (Results 1 – 1 of 1) sorted by relevance
112 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_copy() typedef114 _Is_POD()); in uninitialized_copy()174 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill() typedef175 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() typedef219 std::__uninitialized_fill_n_aux(__first, __n, __x, _Is_POD()); in uninitialized_fill_n()