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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_signed.pass.cpp26 void test_is_not_signed() function
42 test_is_not_signed<void>();
43 test_is_not_signed<int&>();
44 test_is_not_signed<Class>();
45 test_is_not_signed<int*>();
46 test_is_not_signed<const int*>();
47 test_is_not_signed<char[3]>();
48 test_is_not_signed<char[]>();
49 test_is_not_signed<bool>();
50 test_is_not_signed<unsigne
[all...]

Completed in 77 milliseconds