reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
248 IEEEFloat(const fltSemantics &, uninitializedTag); 602 DoubleAPFloat(const fltSemantics &S, uninitializedTag); 707 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { 709 new (&IEEE) IEEEFloat(Semantics, std::forward<ArgTypes>(Args)...); 713 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); 855 APFloat(const fltSemantics &Semantics, uninitializedTag)lib/Support/APFloat.cpp
906 IEEEFloat::IEEEFloat(const fltSemantics &ourSemantics, uninitializedTag tag) 3891 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, uninitializedTag)usr/include/c++/7.4.0/bits/move.h
72 constexpr _Tp&& 73 forward(typename std::remove_reference<_Tp>::type& __t) noexcept 83 constexpr _Tp&& 84 forward(typename std::remove_reference<_Tp>::type&& __t) noexceptusr/include/c++/7.4.0/type_traits
1629 { typedef _Tp type; };