Lines Matching refs:PackElements
788 PackElements += NumPartialPackArgs; in finishConstruction()
790 PackElements += *FixedNumExpansions; in finishConstruction()
811 Deduced[Pack.Index] = Pack.New[PackElements]; in finishConstruction()
835 return !FixedNumExpansions || *FixedNumExpansions > PackElements; in hasNextElement()
846 while (Pack.New.size() < PackElements) in nextPackElement()
848 if (Pack.New.size() == PackElements) in nextPackElement()
851 Pack.New[PackElements] = DeducedArg; in nextPackElement()
852 DeducedArg = Pack.New.size() > PackElements + 1 in nextPackElement()
853 ? Pack.New[PackElements + 1] in nextPackElement()
857 ++PackElements; in nextPackElement()
876 Pack.New.resize(PackElements); in finish()
880 if (PackElements && Pack.New.empty()) { in finish()
944 if (*Expansions != PackElements) { in finish()
962 unsigned PackElements = 0; member in __anon46613abf0111::PackDeductionScope