reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2670 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( 2676 Actions.push_back( 2683 Actions.push_back( 2688 Actions.push_back( 2696 Actions.push_back(std::move(Ptr)); 2704 Actions.push_back(std::move(Ptr)); 2712 Actions.push_back(std::move(Ptr)); 2718 Actions.push_back( 2725 return !Actions.empty() ? Actions.back().get() : nullptr; 2725 return !Actions.empty() ? Actions.back().get() : nullptr; 2729 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; 2729 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; 2732 Actions.clear(); 2737 while (!Actions.empty() && Point != Actions.back().get()) { 2737 while (!Actions.empty() && Point != Actions.back().get()) { 2738 std::unique_ptr<TypePromotionAction> Curr = Actions.pop_back_val();