Home | History | Annotate | Download | only in Support

Lines Matching refs:TEST

1 //===- unittests/Support/SwapByteOrderTest.cpp - swap byte order test -----===//
23 TEST(SwapByteOrder, UnsignedRoundTrip) {
24 // The point of the bit twiddling of magic is to test with and without bits
48 TEST(SwapByteOrder, SignedRoundTrip) {
49 // The point of the bit twiddling of magic is to test with and without bits
69 // Test other sign.
94 TEST(SwapByteOrder, uint8_t) {
98 TEST(SwapByteOrder, uint16_t) {
102 TEST(SwapByteOrder, uint32_t) {
106 TEST(SwapByteOrder, uint64_t) {
111 TEST(SwapByteOrder, int8_t) {
115 TEST(SwapByteOrder, int16_t) {
119 TEST(SwapByteOrder, int32_t) {
123 TEST(SwapByteOrder, int64_t) {