| /bionic/libc/bionic/ | 
| D | pthread_atfork.cpp | 52     for (atfork_t* it = first_; it != nullptr; it = it->next) {  in walk_forward()  local59     for (atfork_t* it = last_; it != nullptr; it = it->prev) {  in walk_backwards()  local
 78     atfork_t* it = first_;  in remove_if()  local
 125   g_atfork_list.walk_backwards([](atfork_t* it) {  in __bionic_atfork_run_prepare()
 136   g_atfork_list.walk_forward([](atfork_t* it) {  in __bionic_atfork_run_child()
 145   g_atfork_list.walk_forward([](atfork_t* it) {  in __bionic_atfork_run_parent()
 
 | 
| D | net_if.cpp | 78       if_list* it = list;  in Free()  local120   for (if_list* it = list; it != nullptr; it = it->next) {  in if_nameindex()  local
 128     for (if_list* it = list; it != nullptr; it = it->next) {  in if_nameindex()  local
 
 | 
| /bionic/tools/versioner/src/ | 
| D | Preprocessor.cpp | 56   for (const auto& it : declaration.availability) {  in calculateRequiredGuard()  local183   for (const auto& it : arch_sets) {  in generateGuardCondition()  local
 222   for (const auto& it : individual_archs) {  in generateGuardCondition()  local
 386   for (auto it = guard_map.rbegin(); it != guard_map.rend(); ++it) {  in rewriteFile()  local
 473     for (const auto& it : orig_guard_map) {  in preprocessHeaders()  local
 
 | 
| D | Arch.cpp | 53   auto it = arch_name_map.find(name);  in arch_from_string()  local
 | 
| D | SymbolDatabase.cpp | 110     for (const auto& it : symbols) {  in parsePlatforms()  local
 | 
| D | versioner.cpp | 144     for (const auto& it : ignored_headers) {  in collectRequirements()  local266   for (const auto& it : decl->availability) {  in getCompilationTypes()  local
 419   for (const auto& it : symbol_database) {  in checkVersions()  local
 
 | 
| D | DeclarationDatabase.cpp | 177         if (auto it = prefix_map.find(fragments[0].str()); it != prefix_map.end()) {  in VisitDeclaratorDecl()  local385   for (const auto& it : decl_av.arch_availability) {  in to_string()  local
 
 | 
| D | DeclarationDatabase.h | 74     for (const auto& it : arch_availability) {  in empty()  local
 | 
| D | SymbolFileParser.cpp | 278     auto it = api_codename_map.find(api_level);  in parseApiLevelValue()  local
 | 
| /bionic/tests/ | 
| D | net_if_test.cpp | 48   for (struct if_nameindex* it = list; it->if_index != 0; ++it) {  in TEST()  local61   for (ifaddrs* it = ifa; it != nullptr; it = it->ifa_next) {  in TEST()  local
 
 | 
| D | mntent_test.cpp | 52   auto it = std::find(fsnames.begin(), fsnames.end(), "proc");  in TEST()  local
 | 
| D | ifaddrs_test.cpp | 159   for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second);  in TEST()  local160   for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second);  in TEST()  local
 
 | 
| D | link_test.cpp | 215     auto it = f.dl_iter_mods.find(map->l_addr);  in TEST()  local
 | 
| /bionic/libc/malloc_debug/ | 
| D | MapData.cpp | 161     auto it = entries_.find(entry);  in ReadMaps()  local185   auto it = entries_.find(&pc_entry);  in find()  local
 
 | 
| /bionic/linker/ | 
| D | linker_config.cpp | 365     auto it = find_property(name, lineno);  in get_strings()  local381     auto it = find_property(name, lineno);  in get_bool()  local
 390     auto it = find_property(name, lineno);  in get_string()  local
 449     auto it = properties_.find(name);  in find_property()  local
 
 | 
| D | linker_translate_path.cpp | 63     if (auto it =  in translateSystemPathToApexPath()  local
 | 
| D | linker.cpp | 782       auto it = soinfo_list.find(caller);  in ElfW()  local789   for (auto it = start, end = soinfo_list.end(); it != end; ++it) {  in ElfW()  local
 887   auto it = cache_.find(key);  in get_or_open()  local
 909   for (const auto& it : cache_) {  in ~ZipArchiveCache()  local
 1733       auto it = std::find(local_group_roots.begin(), local_group_roots.end(), si);  in find_libraries()  local
 1983   auto it = g_dso_handle_counters.find(dso_handle);  in increment_dso_handle_reference_counter()  local
 2005   auto it = g_dso_handle_counters.find(dso_handle);  in decrement_dso_handle_reference_counter()  local
 2253     auto it = g_soinfo_handles_map.find(reinterpret_cast<uintptr_t>(handle));  in soinfo_from_handle()  local
 3598   for (auto it : namespaces) {  in init_default_namespaces()  local
 3624   auto it = g_exported_namespaces.find(std::string(name));  in get_exported_namespace()  local
 
 | 
| D | linker_config.h | 153     auto it = namespace_configs_map_.find("default");  in default_namespace_config()  local
 | 
| D | linker_soinfo.cpp | 126   const SymbolLookupLib* it = lookup_list.begin();  in ElfW()  local
 |