Searched refs:SizerImpl (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AlignOf.h | 34 template <typename T, typename... Ts> union SizerImpl { union 36 SizerImpl<Ts...> rest; 39 template <typename T> union SizerImpl<T> { char arr[sizeof(T)]; }; 50 llvm::detail::SizerImpl<T, Ts...>)];
|
/external/llvm-project/clang/test/Modules/Inputs/lsv-debuginfo/A/ |
D | ADT.h | 18 union SizerImpl { union 24 : AlignedCharArray<alignof(AlignerImpl<T1>), sizeof(SizerImpl<T1>)> {};
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | AlignOf.h | 120 union SizerImpl { union 141 sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,
|
/external/llvm/include/llvm/Support/ |
D | AlignOf.h | 233 union SizerImpl { 254 sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,
|