reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1201 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); 1202 unsigned NewLocNo = std::distance(NewLocations.begin(), InsertResult.first); 1209 for (auto &Pair : NewLocations) { 1215 unsigned NewLocNo = std::distance(&*NewLocations.begin(), &Pair);