reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/FunctionExtras.h
  115     typename std::aligned_storage<InlineStorageSize, alignof(void *)>::type
  237         alignof(CallableT) > alignof(decltype(StorageUnion.InlineStorage))) {
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
   59                                     alignof(FDRLogWriter)>::type;
   66                                     alignof(FDRController<>)>::type;
   80 static std::aligned_storage<sizeof(BufferQueue)>::type BufferQueueStorage;
  132       sizeof(ThreadLocalData), alignof(ThreadLocalData)>::type TLDStorage{};
  143   static std::aligned_storage<sizeof(XRayFileHeader)>::type HStorage;
  207   static std::aligned_storage<sizeof(XRayFileHeader)>::type HeaderStorage;
projects/compiler-rt/lib/xray/xray_function_call_trie.h
  143                                   alignof(NodeAllocatorType)>::type
  146                                   alignof(RootAllocatorType)>::type
  149                                   alignof(ShadowStackAllocatorType)>::type
  152                                   alignof(NodeIdPairAllocatorType)>::type
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
   32   typename std::aligned_storage<sizeof(FunctionCallTrie)>::type TrieStorage;
   75     sizeof(BufferQueue), alignof(BufferQueue)>::type BufferQueueStorage;
   79                                      alignof(ThreadDataAllocator)>::type
   82                                      alignof(ThreadDataArray)>::type
   94 static typename std::aligned_storage<sizeof(ProfileBufferArray)>::type
   96 static typename std::aligned_storage<sizeof(ProfileBufferArrayAllocator)>::type
  385   static typename std::aligned_storage<sizeof(XRayProfilingFileHeader)>::type
projects/compiler-rt/lib/xray/xray_profiling.cpp
   51 static std::aligned_storage<sizeof(BufferQueue), alignof(BufferQueue)>::type
   57                                   alignof(FunctionCallTrie::Allocators)>::type
   60                                   alignof(FunctionCallTrie)>::type
projects/compiler-rt/lib/xray/xray_segmented_array.h
   60       sizeof(typename std::aligned_storage<sizeof(T), alignof(T)>::type);
usr/include/c++/7.4.0/bits/stl_vector.h
 1472 	typename aligned_storage<sizeof(_Tp), alignof(_Tp)>::type __buf;
usr/include/c++/7.4.0/ext/aligned_buffer.h
   88 	std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value>::type