Searched refs:test_is_not_class (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dis_class.pass.cpp34 void test_is_not_class() function
84 test_is_not_class<std::nullptr_t>();
86 test_is_not_class<void>();
87 test_is_not_class<int>();
88 test_is_not_class<int&>();
90 test_is_not_class<int&&>();
92 test_is_not_class<int*>();
93 test_is_not_class<double>();
94 test_is_not_class<const int*>();
95 test_is_not_class<cha
[all...]

Completed in 619 milliseconds