Home
last modified time | relevance | path

Searched refs:PackSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp947 unsigned PackSize = Packs[0].Saved.pack_size(); in getSavedPackSizeIfAllEqual() local
949 if (std::all_of(Packs.begin() + 1, Packs.end(), [&PackSize](const auto &P) { in getSavedPackSizeIfAllEqual()
950 return P.Saved.pack_size() == PackSize; in getSavedPackSizeIfAllEqual()
952 return PackSize; in getSavedPackSizeIfAllEqual()
H A DSemaDeclCXX.cpp985 unsigned PackSize = MemberCount - Bindings.size() + 1; in CheckBindingsCount() local
989 SmallVector<ValueDecl *, 8> NestedBDs(PackSize); in CheckBindingsCount()
991 for (unsigned I = 0; I < PackSize; ++I) { in CheckBindingsCount()
1000 S.Context.DependentTy, PackSize, /*ExpectsPackInType=*/false); in CheckBindingsCount()