Lines Matching refs:first
57 const CompilationType& type = it.first; in calculateRequiredGuard()
183 const std::string& arch_expr = it.first; in generateGuardCondition()
223 int introduced = avail.arch_availability[it.first].introduced; in generateGuardCondition()
284 FileLocation current_location = current->first.end; in mergeGuards()
285 FileLocation end_location = next->first.start; in mergeGuards()
359 D("Not merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards()
360 to_string(next->first).c_str()); in mergeGuards()
366 D("Merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards()
367 to_string(next->first).c_str()); in mergeGuards()
369 Location merged = current->first; in mergeGuards()
370 merged.end = next->first.end; in mergeGuards()
386 const Location& loc = it->first; in rewriteFile()
416 const Location& location = decl_it.first; in preprocessHeaders()
462 file_lines[file_it.first] = readFileLines(file_it.first); in preprocessHeaders()
466 llvm::StringRef file_path = file_it.first; in preprocessHeaders()
473 Location loc = it.first; in preprocessHeaders()