HomeSort by relevance Sort by last modified time
    Searched refs:is_integral (Results 1 - 25 of 51) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.ios.members/
streamoff.pass.cpp 23 static_assert((std::is_integral<std::ios_base::streamoff>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/stream.types/
streamoff.pass.cpp 19 static_assert(std::is_integral<std::streamoff>::value, "");
streamsize.pass.cpp 19 static_assert(std::is_integral<std::streamsize>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.types/
ptrdiff_t.pass.cpp 25 static_assert(std::is_integral<std::ptrdiff_t>::value,
26 "std::is_integral<std::ptrdiff_t>::value");
size_t.pass.cpp 25 static_assert(std::is_integral<std::size_t>::value,
26 "std::is_integral<std::size_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stddef_h.pass.cpp 29 static_assert(std::is_integral<size_t>::value,
30 "std::is_integral<size_t>::value");
35 static_assert(std::is_integral<ptrdiff_t>::value,
36 "std::is_integral<ptrdiff_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/cmplx.over/
arg.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
imag.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
norm.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
real.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
pow.pass.cpp 32 promote(T, typename std::enable_if<std::is_integral<T>::value>::type* = 0);
67 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std::is_integral<U>::value>::type* = 0)
75 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std::is_integral<U>::value>::type* = 0)
conj.pass.cpp 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
42 test(T x, typename std::enable_if<!std::is_integral<T>::value &&
proj.pass.cpp 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
42 test(T x, typename std::enable_if<!std::is_integral<T>::value &&
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/
hours.pass.cpp 24 static_assert(std::is_integral<Rep>::value, "");
microseconds.pass.cpp 24 static_assert(std::is_integral<Rep>::value, "");
milliseconds.pass.cpp 24 static_assert(std::is_integral<Rep>::value, "");
minutes.pass.cpp 24 static_assert(std::is_integral<Rep>::value, "");
nanoseconds.pass.cpp 24 static_assert(std::is_integral<Rep>::value, "");
seconds.pass.cpp 24 static_assert(std::is_integral<Rep>::value, "");
  /external/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon15596
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon15607
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon22102
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon22113
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon33128
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon33139
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon34226
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon34237
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon38898
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon38909
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 27 #include <boost/type_traits/is_integral.hpp>
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_IsIntegral::__anon43361
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon43372
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;

Completed in 1021 milliseconds

1 2 3