Searched refs:Storage (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dbitunion.hh69 typedef Type1 Storage; typedef in struct:BitfieldTypeImpl::TypeDeducer::T
78 typedef typename T<decltype(&Wrapper::setter)>::Storage Storage; typedef in struct:BitfieldTypeImpl::TypeDeducer
83 typedef typename TypeDeducer::Storage Storage; typedef in class:BitfieldTypeImpl
86 Type getter(const Storage &storage) const = delete;
87 void setter(Storage &storage, Type val) = delete;
89 Storage __storage;
161 template<class Storage, int first, int last>
169 getter(const Storage
[all...]
H A Dstatistics.hh194 /** Save Storage class parameters if any */
196 /** Save Storage class parameters if any */
654 * Storage template.
660 typedef Stor Storage;
665 char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
673 Storage *
676 return reinterpret_cast<Storage *>(storage);
685 const Storage *
688 return reinterpret_cast<const Storage *>(storage);
694 new (storage) Storage(thi
[all...]

Completed in 7 milliseconds