Home
last modified time | relevance | path

Searched refs:test_implementation_defined_size (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/bit/
H A Dbyteswap.pass.cpp51 constexpr void test_implementation_defined_size() { in test_implementation_defined_size() function
83 test_implementation_defined_size<wchar_t>(); in test()
86 test_implementation_defined_size<short>(); in test()
87 test_implementation_defined_size<unsigned short>(); in test()
88 test_implementation_defined_size<int>(); in test()
89 test_implementation_defined_size<unsigned int>(); in test()
90 test_implementation_defined_size<long>(); in test()
91 test_implementation_defined_size<unsigned long>(); in test()
92 test_implementation_defined_size<long long>(); in test()
93 test_implementation_defined_size<unsigned long long>(); in test()