/external/libcxx/test/std/language.support/support.types/ |
max_align_t.pass.cpp | 22 static_assert((std::alignment_of<std::max_align_t>::value >= 23 std::alignment_of<long long>::value), 24 "std::alignment_of<std::max_align_t>::value >= " 25 "std::alignment_of<long long>::value"); 26 static_assert(std::alignment_of<std::max_align_t>::value >= 27 std::alignment_of<long double>::value, 28 "std::alignment_of<std::max_align_t>::value >= " 29 "std::alignment_of<long double>::value"); 30 static_assert(std::alignment_of<std::max_align_t>::value >= 31 std::alignment_of<void*>::value [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/ |
max_align_t.pass.cpp | 22 static_assert((std::alignment_of<std::max_align_t>::value >= 23 std::alignment_of<long long>::value), 24 "std::alignment_of<std::max_align_t>::value >= " 25 "std::alignment_of<long long>::value"); 26 static_assert(std::alignment_of<std::max_align_t>::value >= 27 std::alignment_of<long double>::value, 28 "std::alignment_of<std::max_align_t>::value >= " 29 "std::alignment_of<long double>::value"); 30 static_assert(std::alignment_of<std::max_align_t>::value >= 31 std::alignment_of<void*>::value [all...] |
/external/libcxx/test/std/utilities/meta/meta.unary.prop.query/ |
alignment_of.pass.cpp | 12 // alignment_of 20 static_assert( std::alignment_of<T>::value == A, ""); 21 static_assert( std::alignment_of<const T>::value == A, ""); 22 static_assert( std::alignment_of<volatile T>::value == A, ""); 23 static_assert( std::alignment_of<const volatile T>::value == A, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/ |
alignment_of.pass.cpp | 12 // alignment_of 20 static_assert( std::alignment_of<T>::value == A, ""); 21 static_assert( std::alignment_of<const T>::value == A, ""); 22 static_assert( std::alignment_of<volatile T>::value == A, ""); 23 static_assert( std::alignment_of<const volatile T>::value == A, "");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
alignment_of.hpp | 29 template <typename T> struct alignment_of; 79 // alignment_of below, because MSVC's __alignof doesn't 89 BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(alignment_of,T,::boost::detail::alignment_of_impl<T>::value) 95 struct alignment_of<T&> struct in namespace:boost 96 : public alignment_of<T*> 104 template<> struct alignment_of<long double> struct in namespace:boost 105 : public alignment_of<long_double_wrapper>{}; 109 BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(alignment_of,void,0) 111 BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(alignment_of,void const,0) 112 BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(alignment_of,void volatile,0 [all...] |
type_with_alignment.hpp | 17 #include <boost/type_traits/alignment_of.hpp> 89 : public mpl::if_c<(alignment_of<TestType>::value == target), TestType, char> 91 enum { value = (alignment_of<TestType>::value == target) }; 111 enum { value = (alignment_of<TestType>::value == target) }; 199 ::boost::detail::is_aligned< ::boost::alignment_of<t1>::value,Align >::value 204 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value); 295 ::boost::alignment_of<boost::detail::max_align>::value < 8, 304 ::boost::alignment_of<boost::detail::max_align>::value < 16, 313 ::boost::alignment_of<boost::detail::max_align>::value < 32, 321 ::boost::alignment_of<boost::detail::max_align>::value < 64 [all...] |
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
aligned_storage.pass.cpp | 23 static_assert(std::alignment_of<T1>::value == 1, ""); 31 static_assert(std::alignment_of<T1>::value == 2, ""); 39 static_assert(std::alignment_of<T1>::value == 4, ""); 47 static_assert(std::alignment_of<T1>::value == 8, ""); 55 static_assert(std::alignment_of<T1>::value == 16, ""); 63 static_assert(std::alignment_of<T1>::value == 32, ""); 71 static_assert(std::alignment_of<T1>::value == 32, ""); 79 static_assert(std::alignment_of<T1>::value == 32, ""); 87 static_assert(std::alignment_of<T1>::value == 16, ""); 95 static_assert(std::alignment_of<T1>::value == 1, "") [all...] |
aligned_union.pass.cpp | 24 static_assert(std::alignment_of<T1>::value == 1, ""); 32 static_assert(std::alignment_of<T1>::value == 2, ""); 40 static_assert(std::alignment_of<T1>::value == 4, ""); 48 static_assert(std::alignment_of<T1>::value == 8, ""); 56 static_assert(std::alignment_of<T1>::value == 2, ""); 64 static_assert(std::alignment_of<T1>::value == 2, ""); 72 static_assert(std::alignment_of<T1>::value == 4, ""); 80 static_assert(std::alignment_of<T1>::value == 4, ""); 88 static_assert(std::alignment_of<T1>::value == 4, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/ |
aligned_storage.pass.cpp | 23 static_assert(std::alignment_of<T1>::value == 1, ""); 31 static_assert(std::alignment_of<T1>::value == 2, ""); 39 static_assert(std::alignment_of<T1>::value == 4, ""); 47 static_assert(std::alignment_of<T1>::value == 8, ""); 55 static_assert(std::alignment_of<T1>::value == 16, ""); 63 static_assert(std::alignment_of<T1>::value == 32, ""); 71 static_assert(std::alignment_of<T1>::value == 32, ""); 79 static_assert(std::alignment_of<T1>::value == 32, ""); 87 static_assert(std::alignment_of<T1>::value == 16, ""); 95 static_assert(std::alignment_of<T1>::value == 1, "") [all...] |
aligned_union.pass.cpp | 24 static_assert(std::alignment_of<T1>::value == 1, ""); 32 static_assert(std::alignment_of<T1>::value == 2, ""); 40 static_assert(std::alignment_of<T1>::value == 4, ""); 48 static_assert(std::alignment_of<T1>::value == 8, ""); 56 static_assert(std::alignment_of<T1>::value == 2, ""); 64 static_assert(std::alignment_of<T1>::value == 2, ""); 72 static_assert(std::alignment_of<T1>::value == 4, ""); 80 static_assert(std::alignment_of<T1>::value == 4, ""); 88 static_assert(std::alignment_of<T1>::value == 4, "");
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
aligned_buffer.h | 44 : std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value> 47 std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value>::type
|
/external/libcxx/test/std/utilities/memory/storage.iterator/ |
raw_storag_iterator.base.pass.cpp | 33 typedef std::aligned_storage<3*sizeof(A), std::alignment_of<A>::value>::type
|
raw_storag_iterator.pass.cpp | 32 typedef std::aligned_storage<3*sizeof(A), std::alignment_of<A>::value>::type
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/storage.iterator/ |
raw_storag_iterator.pass.cpp | 32 typedef std::aligned_storage<3*sizeof(A), std::alignment_of<A>::value>::type
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
value_init.hpp | 29 #include <boost/type_traits/alignment_of.hpp> 93 aligned_storage<sizeof(wrapper), alignment_of<wrapper>::value>::type x;
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
meta.unary.prop.query.pass.cpp | 24 static_assert(ex::alignment_of_v<T> == std::alignment_of<T>::value, "");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
aligned_storage.hpp | 20 #include "boost/type_traits/alignment_of.hpp" 35 , alignment_of_max_align = ::boost::alignment_of<max_align>::value
|
/external/libcxx/test/support/ |
any_helpers.h | 21 && std::alignment_of<void*>::value 22 % std::alignment_of<_Tp>::value == 0
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
optional.hpp | 24 #include <boost/type_traits/alignment_of.hpp> 136 ::boost::alignment_of<T>::value >::type aligner_;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
forward_list.h | 99 typename aligned_storage<sizeof(_Tp), alignment_of<_Tp>::value>::type [all...] |
shared_ptr_base.h | 435 typename aligned_storage<sizeof(_Tp), alignment_of<_Tp>::value>::type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
forward_list.h | 99 typename aligned_storage<sizeof(_Tp), alignment_of<_Tp>::value>::type [all...] |
shared_ptr_base.h | 435 typename aligned_storage<sizeof(_Tp), alignment_of<_Tp>::value>::type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
forward_list.h | 99 typename aligned_storage<sizeof(_Tp), alignment_of<_Tp>::value>::type [all...] |
shared_ptr_base.h | 435 typename aligned_storage<sizeof(_Tp), alignment_of<_Tp>::value>::type [all...] |