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
lib/XRay/Trace.cpp
   34     std::aligned_storage<sizeof(XRayRecord), alignof(XRayRecord)>::type;
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
   58       typename std::aligned_storage<sizeof(FDRLogWriter),
   65       typename std::aligned_storage<sizeof(FDRController<>),
   80 static std::aligned_storage<sizeof(BufferQueue)>::type BufferQueueStorage;
  131   thread_local typename std::aligned_storage<
  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
  142     typename std::aligned_storage<sizeof(NodeAllocatorType),
  145     typename std::aligned_storage<sizeof(RootAllocatorType),
  148     typename std::aligned_storage<sizeof(ShadowStackAllocatorType),
  151     typename std::aligned_storage<sizeof(NodeIdPairAllocatorType),
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
   32   typename std::aligned_storage<sizeof(FunctionCallTrie)>::type TrieStorage;
   74 static typename std::aligned_storage<
   78 static typename std::aligned_storage<sizeof(ThreadDataAllocator),
   81 static typename std::aligned_storage<sizeof(ThreadDataArray),
   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
   56 thread_local std::aligned_storage<sizeof(FunctionCallTrie::Allocators),
   59 thread_local std::aligned_storage<sizeof(FunctionCallTrie),
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
   85     : std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value>
   88 	std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value>::type
usr/include/c++/7.4.0/type_traits
 2088       typedef typename aligned_storage<_S_len, alignment_value>::type type;
 2465     using aligned_storage_t = typename aligned_storage<_Len, _Align>::type;