Searched refs:remove_if (Results 1 – 7 of 7) sorted by relevance
90 list.remove_if([] (const char* c) { in TEST()99 list.remove_if([] (const char* c) { in TEST()137 list.remove_if([](const char* c) { in TEST()156 list.remove_if([](const char* c) { in TEST()193 list.remove_if([](const char* c) { in TEST()202 list.remove_if([](const char* c) { in TEST()
173 void remove_if(F predicate) { in remove_if() function198 remove_if([&](T* e) { in remove()
147 soinfo_list_.remove_if([&](soinfo* candidate) { in remove_soinfo()
583 child->parents_.remove_if([&] (const soinfo* parent) { in remove_all_links()589 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()
151 g_ld_preload_names.erase(std::remove_if(g_ld_preload_names.begin(), g_ld_preload_names.end(), in parse_LD_PRELOAD()
77 void remove_if(F predicate) { in remove_if() function in atfork_list_t178 g_atfork_list.remove_if([&](const atfork_t* entry) { in __unregister_atfork()
143 auto new_end = std::remove_if(headers.begin(), headers.end(), [&arch](llvm::StringRef header) { in collectRequirements()