Home | History | Annotate | Download | only in IR

Lines Matching defs:remove_if

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