Searched defs:FixedSizeStorage (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/unittests/Support/ | ||
H A D | TrailingObjectsTest.cpp | 44 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anonec84758f0111::Class1 |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | TrailingObjects.h | 352 template <typename... Tys> struct FixedSizeStorage { struct |