Home | History | Annotate | Download | only in experimental

Lines Matching full:static_cast

541                                   static_cast<value_type>(_VSTD::forward<_Up>(__v));
553 static_cast<value_type>(_VSTD::forward<_Up>(__v));
580 if (static_cast<bool>(__x) != static_cast<bool>(__y))
582 if (!static_cast<bool>(__x))
602 if (!static_cast<bool>(__y))
604 if (!static_cast<bool>(__x))
644 return !static_cast<bool>(__x);
653 return !static_cast<bool>(__x);
662 return static_cast<bool>(__x);
671 return static_cast<bool>(__x);
689 return static_cast<bool>(__x);
698 return !static_cast<bool>(__x);
716 return static_cast<bool>(__x);
743 return !static_cast<bool>(__x);
753 return static_cast<bool>(__x) ? *__x == __v : false;
762 return static_cast<bool>(__x) ? *__x == __v : false;
771 return static_cast<bool>(__x) ? !(*__x == __v) : true;
780 return static_cast<bool>(__x) ? !(*__x == __v) : true;
789 return static_cast<bool>(__x) ? less<_Tp>{}(*__x, __v) : true;
798 return static_cast<bool>(__x) ? less<_Tp>{}(__v, *__x) : false;
825 return static_cast<bool>(__x) ? __v < __x : false;
834 return static_cast<bool>(__x) ? __x < __v : true;
886 return static_cast<bool>(__opt) ? hash<_Tp>()(*__opt) : 0;