Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTrailingObjects.h371 template <size_t... Counts> struct with_counts { struct
372 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
373 typedef llvm::AlignedCharArray<alignof(BaseTy), Size> type;