Home
last modified time | relevance | path

Searched defs:FixedSizeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp44 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anonec84758f0111::Class1
100 using FixedSizeStorage = TrailingObjects::FixedSizeStorage<Ty...>; typedef in __anonec84758f0111::Class2
/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h352 template <typename... Tys> struct FixedSizeStorage { struct
362 class FixedSizeStorageOwner { argument