Searched refs:TestAllocateType (Results 1 – 1 of 1) sorted by relevance
810 void __attribute__((optnone)) TestAllocateType() { in TestAllocateType() function869 ASSERT_NO_FATAL_FAILURE(TestAllocateType<float>()); in TEST()870 ASSERT_NO_FATAL_FAILURE(TestAllocateType<double>()); in TEST()871 ASSERT_NO_FATAL_FAILURE(TestAllocateType<long double>()); in TEST()873 ASSERT_NO_FATAL_FAILURE(TestAllocateType<char>()); in TEST()874 ASSERT_NO_FATAL_FAILURE(TestAllocateType<char16_t>()); in TEST()875 ASSERT_NO_FATAL_FAILURE(TestAllocateType<char32_t>()); in TEST()876 ASSERT_NO_FATAL_FAILURE(TestAllocateType<wchar_t>()); in TEST()878 ASSERT_NO_FATAL_FAILURE(TestAllocateType<short int>()); in TEST()879 ASSERT_NO_FATAL_FAILURE(TestAllocateType<int>()); in TEST()[all …]