Home | History | Annotate | Download | only in include

Lines Matching full:is_integer

33     static constexpr bool is_integer = false;
155 static _LIBCPP_CONSTEXPR const bool is_integer = false;
215 static _LIBCPP_CONSTEXPR const bool is_integer = true;
268 static _LIBCPP_CONSTEXPR const bool is_integer = true;
314 static _LIBCPP_CONSTEXPR const bool is_integer = false;
360 static _LIBCPP_CONSTEXPR const bool is_integer = false;
406 static _LIBCPP_CONSTEXPR const bool is_integer = false;
456 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
497 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;
549 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
590 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_integer;
642 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
683 _LIBCPP_CONSTEXPR const bool numeric_limits<volatile _Tp>::is_integer;
735 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
776 _LIBCPP_CONSTEXPR const bool numeric_limits<const volatile _Tp>::is_integer;