Lines Matching refs:PackElements
790 PackElements += NumPartialPackArgs; in finishConstruction()
792 PackElements += *FixedNumExpansions; in finishConstruction()
813 Deduced[Pack.Index] = Pack.New[PackElements]; in finishConstruction()
837 return !FixedNumExpansions || *FixedNumExpansions > PackElements; in hasNextElement()
848 while (Pack.New.size() < PackElements) in nextPackElement()
850 if (Pack.New.size() == PackElements) in nextPackElement()
853 Pack.New[PackElements] = DeducedArg; in nextPackElement()
854 DeducedArg = Pack.New.size() > PackElements + 1 in nextPackElement()
855 ? Pack.New[PackElements + 1] in nextPackElement()
859 ++PackElements; in nextPackElement()
885 Pack.New.resize(PackElements); in finish()
943 if (*Expansions != PackElements) { in finish()
961 unsigned PackElements = 0; member in __anon0cc92d000111::PackDeductionScope