Searched refs:MacroBit (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Serialization/ |
| H A D | SourceLocationEncodingTest.cpp | 59 constexpr SourceLocation::UIntTy MacroBit = variable 61 constexpr SourceLocation::UIntTy Big = MacroBit >> 1; 67 roundTrip(MacroBit, 1); in TEST() 68 roundTrip(MacroBit | 5, 11); in TEST() 71 roundTrip(MacroBit | Big); in TEST() 72 roundTrip(MacroBit | Big + 1); in TEST() 91 roundTrip({2, MacroBit | Big}, {4, ((Big - 1) << 2) - 1}); in TEST() 93 roundTrip({3, MacroBit | 5, MacroBit | 4, 3}, in TEST() 101 {123 | MacroBit, 1, 9, Biggest, Big, Big + 1, 0, MacroBit | Big, 0}); in TEST()
|