Searched refs:FixedSizeStorage (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | TrailingObjectsTest.cpp | 45 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anon90d457560111::Class1 101 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anon90d457560111::Class2 116 alignof(Class1::FixedSizeStorage<short>::with_counts<1>::type)); in TEST() 117 EXPECT_EQ(sizeof(Class1::FixedSizeStorage<short>::with_counts<1>::type), in TEST() 122 alignof(Class1::FixedSizeStorage<short>::with_counts<3>::type)); in TEST() 123 EXPECT_EQ(sizeof(Class1::FixedSizeStorage<short>::with_counts<3>::type), in TEST() 151 Class2::FixedSizeStorage<double, short>::with_counts<1, 1>::type))); in TEST() 153 sizeof(Class2::FixedSizeStorage<double, short>::with_counts<1, 1>::type), in TEST() 193 (alignof(Class3::FixedSizeStorage<double, short, in TEST() 196 sizeof(Class3::FixedSizeStorage<double, short, in TEST() [all …]
|
/external/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 361 template <typename... Tys> struct FixedSizeStorage {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 370 template <typename... Tys> struct FixedSizeStorage { struct
|