Home
last modified time | relevance | path

Searched refs:FixedSizeStorage (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp44 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anon4304282c0111::Class1
100 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anon4304282c0111::Class2
115 alignof(Class1::FixedSizeStorage<short>::with_counts<1>::type)); in TEST()
116 EXPECT_EQ(sizeof(Class1::FixedSizeStorage<short>::with_counts<1>::type), in TEST()
121 alignof(Class1::FixedSizeStorage<short>::with_counts<3>::type)); in TEST()
122 EXPECT_EQ(sizeof(Class1::FixedSizeStorage<short>::with_counts<3>::type), in TEST()
150 Class2::FixedSizeStorage<double, short>::with_counts<1, 1>::type))); in TEST()
152 sizeof(Class2::FixedSizeStorage<double, short>::with_counts<1, 1>::type), in TEST()
192 (alignof(Class3::FixedSizeStorage<double, short, in TEST()
195 sizeof(Class3::FixedSizeStorage<double, short, in TEST()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTrailingObjects.h352 template <typename... Tys> struct FixedSizeStorage { struct
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h218 typename TemplateParameterList::FixedSizeStorage<