reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2900 assert((Indices.size() % 2) == 0); 2904 const auto &Begin = Indices.begin(); 2905 const auto &Mid = Indices.begin() + Indices.size() / 2; 2905 const auto &Mid = Indices.begin() + Indices.size() / 2; 2906 const auto &End = Indices.end(); 2910 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2)) 2917 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))