Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h364 template <size_t... Counts> struct with_counts { struct
365 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
366 struct type {
/external/llvm-project/llvm/include/llvm/Support/
DTrailingObjects.h363 template <size_t... Counts> struct with_counts { struct
364 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
365 struct type {