Home | History | Annotate | Download | only in IR

Lines Matching defs:remove_if

1000   template <class PredTy> void remove_if(PredTy shouldRemove) {
1002 std::remove_if(Attachments.begin(), Attachments.end(), shouldRemove),