Searched defs:with_counts (Results 1 – 1 of 1) sorted by relevance
371 template <size_t... Counts> struct with_counts { struct372 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };373 typedef llvm::AlignedCharArray<alignof(BaseTy), Size> type;