Searched refs:test_implementation_defined_size (Results 1 – 1 of 1) sorted by relevance
51 constexpr void test_implementation_defined_size() { in test_implementation_defined_size() function83 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()