Lines Matching refs:second
187 const std::set<Arch>& archs = it.second; in generateGuardCondition()
191 int version = avail.arch_availability[*it.second.begin()].introduced; in generateGuardCondition()
202 to_string(*it.second.begin()).c_str(), to_string(arch).c_str()); in generateGuardCondition()
225 const std::string& arch_expr = it.second; in generateGuardCondition()
277 if (current->second != next->second) { in mergeGuards()
375 DeclarationAvailability avail = current->second; in mergeGuards()
390 const DeclarationAvailability& avail = it->second; in rewriteFile()
416 const Symbol& symbol = symbol_it.second; in preprocessHeaders()
420 const Declaration& decl = decl_it.second; in preprocessHeaders()
470 GuardMap& orig_guard_map = file_it.second; in preprocessHeaders()
478 guard_map[loc] = it.second; in preprocessHeaders()