/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_integral.hpp | 23 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_integral,T,__is_integral(T)) 25 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_integral,T,false) 27 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned char,true) 28 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned short,true) 29 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned int,true) 30 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned long,true) 32 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,signed char,true) 33 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,signed short,true) 34 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,signed int,true) 35 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,signed long,true) [all …]
|
D | make_unsigned.hpp | 39 …(::boost::type_traits::ice_or< ::boost::is_integral<T>::value, ::boost::is_enum<T>::value>::value)… 50 ::boost::is_integral<T>::value, 57 ::boost::is_integral<T>::value,
|
D | is_arithmetic.hpp | 32 ::boost::is_integral<T>::value,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/ |
D | 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::… in test() 75 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std:… in test()
|
D | norm.pass.cpp | 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test()
|
D | arg.pass.cpp | 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test()
|
D | imag.pass.cpp | 24 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 38 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test()
|
D | conj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test()
|
D | proj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test()
|
D | real.pass.cpp | 24 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 38 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stddef_h.pass.cpp | 29 static_assert(std::is_integral<size_t>::value, in main() 35 static_assert(std::is_integral<ptrdiff_t>::value, in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | boost_type_traits.h | 59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator 60 typedef typename __bool2type<is_integral>::_Ret _Ret; 122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator 123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/stream.types/ |
D | streamoff.pass.cpp | 19 static_assert(std::is_integral<std::streamoff>::value, ""); in main()
|
D | streamsize.pass.cpp | 19 static_assert(std::is_integral<std::streamsize>::value, ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/ |
D | streamoff.pass.cpp | 23 static_assert((std::is_integral<std::ios_base::streamoff>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/ |
D | ptrdiff_t.pass.cpp | 25 static_assert(std::is_integral<std::ptrdiff_t>::value, in main()
|
D | size_t.pass.cpp | 25 static_assert(std::is_integral<std::size_t>::value, in main()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | type_traits | 212 struct is_integral : 216 __CV_SPEC(is_integral,bool,true); 217 __CV_SPEC(is_integral,char,true); 218 __CV_SPEC(is_integral,signed char,true); 219 __CV_SPEC(is_integral,unsigned char,true); 220 __CV_SPEC(is_integral,wchar_t,true); 221 __CV_SPEC(is_integral,short,true); 222 __CV_SPEC(is_integral,unsigned short,true); 223 __CV_SPEC(is_integral,int,true); 224 __CV_SPEC(is_integral,unsigned int,true); [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 685 typename enable_if<is_integral<_A1>::value, double>::type 700 typename enable_if<is_integral<_A1>::value, double>::type 715 typename enable_if<is_integral<_A1>::value, double>::type 756 typename enable_if<is_integral<_A1>::value, double>::type 771 typename enable_if<is_integral<_A1>::value, double>::type 786 typename enable_if<is_integral<_A1>::value, double>::type 805 typename enable_if<is_integral<_A1>::value, double>::type 820 typename enable_if<is_integral<_A1>::value, double>::type 835 typename enable_if<is_integral<_A1>::value, double>::type 879 typename enable_if<is_integral<_A1>::value, double>::type [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/ |
D | seconds.pass.cpp | 24 static_assert(std::is_integral<Rep>::value, ""); in main()
|
D | minutes.pass.cpp | 24 static_assert(std::is_integral<Rep>::value, ""); in main()
|
D | nanoseconds.pass.cpp | 24 static_assert(std::is_integral<Rep>::value, ""); in main()
|
D | microseconds.pass.cpp | 24 static_assert(std::is_integral<Rep>::value, ""); in main()
|
D | milliseconds.pass.cpp | 24 static_assert(std::is_integral<Rep>::value, ""); in main()
|
D | hours.pass.cpp | 24 static_assert(std::is_integral<Rep>::value, ""); in main()
|