Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h353 template <size_t... Counts> struct with_counts { struct
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
355 struct type {