Home
last modified time | relevance | path

Searched defs:TStorage (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h262 AlignedCharArrayUnion<storage_type> TStorage; member
DError.h676 AlignedCharArrayUnion<storage_type> TStorage; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h272 AlignedCharArrayUnion<storage_type> TStorage; member
DError.h852 AlignedCharArrayUnion<storage_type> TStorage; member
/third_party/libabigail/tests/lib/
Dcatch.hpp7399 … using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type; typedef