Home | History | Annotate | Download | only in bits

Lines Matching full:__simple

378       const bool __simple = (__is_trivial(_ValueTypeI)
383 return std::__copy_move<_IsMove, __simple,
573 const bool __simple = (__is_trivial(_ValueType1)
578 return std::__copy_move_backward<_IsMove, __simple,
815 const bool __simple = ((__is_integer<_ValueType1>::__value
821 return std::__equal<__simple>::equal(__first1, __last1, __first2);
913 const bool __simple =
920 return std::__lexicographical_compare<__simple>::__lc(__first1, __last1,