Home
last modified time | relevance | path

Searched defs:TestValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp55 template <typename T> struct TestValues { struct
61 static constexpr T MID =
63 static constexpr T A = MID - (MAX - MID) / 3 * 2;
64 static constexpr T B = MID - (MAX - MID) / 3;
65 static constexpr T C = -B;
66 static constexpr T D = -A;
72 static constexpr T ClearLowBytes =
80 static constexpr T XAAA = static_cast<T>(
86 static constexpr T X555 = static_cast<T>(
100 static constexpr T ToA = FromA + 2; // 0xAAAA'AA2C
[all …]
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp44 ValueT TestValues[1024]; member in __anon7f0b6eb10111::TinyPtrVectorTest
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp614 std::vector<uint64_t> TestValues = { in TEST_F() local
648 std::vector<int64_t> TestValues = { in TEST_F() local